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
..
2014-08-21 19:33:02 -07:00
2020-05-17 19:10:12 -07:00
2020-05-17 19:10:12 -07:00
2014-08-21 19:33:02 -07:00
2020-05-17 19:10:12 -07:00
2016-05-24 22:17:50 -05:00
2020-05-17 19:10:12 -07:00
2020-05-17 19:10:12 -07:00