Switched to using a variant of fnv1a hash function instead of CRC32. Hashing is roughly 50% faster (assuming the CRC32 table was already in cache), and mostly the main benefit of this change is we don't waste 1KB of cache for the CRC32 table, ultimately improving performances everywhere by a small margin.
1 parent 7755cbb commit 910123b482faaf8856a74f6ff76961db822e1777
@omar omar authored on 28 Feb 2019
Showing 3 changed files
View
docs/CHANGELOG.txt
View
docs/TODO.txt
View
imgui.cpp