evmar / n2

n2 ("into"), a ninja compatible build system
Apache License 2.0
338 stars 26 forks source link

Minor performance improvements #110

Closed Colecf closed 8 months ago

Colecf commented 8 months ago

These changes give about a 20% performance improvement to bench_load_synthetic, and save a couple seconds off of loading the android ninja files. Most of this is from the switch to FxHashMap, the other changes are only around a 5% improvement.

If you have concerns about any of these commits let me know and I'll take those ones out of the PR.