Skip to content

Use MiMalloc

Jack Thomson requested to merge jackathomson1/opl-data:main into main

This offers a nice, performance bump in my testing.

Before:

  • CSV loading on start: 16.9s
  • Server response times: 19ms

After:

  • CSV loading on start: 12.3s
  • Server response times: 8-18ms

Results may vary (I'm running OSX so the system allocator will be different)

The effects to build times seem to be minimal (no adverse big jump in build clocked)

Merge request reports