Skip to content

v2.4.1: Functional iterator bug fix; WB-tree balance improvements

Choose a tag to compare

@slburson slburson released this 04 Apr 22:27
· 52 commits to master since this release

This release fixes a serious bug in functional iterators on CHAMP collections: when created on an empty collection, the iterator would not report itself as empty and would return garbage.

It also contains some improvements to WB-tree balancing that make lookups slightly faster.