Skip to content

3X speed up of enumeration

Compare
Choose a tag to compare
@Dimagog Dimagog released this 01 Oct 09:15
· 6 commits to master since this release

PersistentVector enumeration was 1.5 times slower than Map.
Improved enumeration speed by doing it in 32-element leaf node chunks.
Now it's 1.9 times faster than Map.