zaela-Server/tests
Michael Cook (mackal) dba3010c89
[Strings] Split String Optimizations (#1325)
* Switch the 2 split calls to SplitString

* Nuke duplicate split in favor of SplitString #1263

* Add a test for SplitString

* Optimize SplitString

Benchmarking:
--------------------------------------------------------------
Benchmark                       Time           CPU Iterations
--------------------------------------------------------------
bench_oldsplit               5201 ns       5201 ns     129500
bench_split                  1269 ns       1269 ns     548906

This is splitting a VERY long SpecialAbilities string. This is ~75%
speed up.
2021-04-22 23:36:39 -05:00
..
cppunit Revert "Revert "Build System Updated"" 2019-10-13 18:49:16 -07:00
atobool_test.h Tons of renames 2014-08-21 19:33:02 -07:00
CMakeLists.txt Revert "Revert "Build System Updated"" 2019-10-13 18:49:16 -07:00
data_verification_test.h Fix for broken tests 2020-05-17 19:10:12 -07:00
fixed_memory_test.h Fix for broken tests 2020-05-17 19:10:12 -07:00
fixed_memory_variable_test.h Fix for broken tests 2020-05-17 19:10:12 -07:00
hextoi_32_64_test.h Tons of renames 2014-08-21 19:33:02 -07:00
ipc_mutex_test.h Fix for broken tests 2020-05-17 19:10:12 -07:00
main.cpp fix to pass tests 2016-05-24 22:17:50 -05:00
memory_mapped_file_test.h Fix for broken tests 2020-05-17 19:10:12 -07:00
skills_util_test.h Fix for broken tests 2020-05-17 19:10:12 -07:00
string_util_test.h [Strings] Split String Optimizations (#1325) 2021-04-22 23:36:39 -05:00