Skip to content

Database: String optimizations

Adam Edward Barton requested to merge abarton/athena:fillchain into master
  • Rework string assembly
  • Remove unused strings or turn them into const char* (copy-on-write string optimizations haven't been used since C++11 so they aren't harmless)

Merge request reports