We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2688a33 commit c1446bbCopy full SHA for c1446bb
CHANGELOG.md
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
- Added B+tree multimap for internal (future) use. [#93](https://github.com/tzaeschke/phtree-cpp/issues/93)
11
12
### Changed
13
-- Cleaned up HandleCollision() and key comparison functions. [#]()
+- Cleaned up HandleCollision() and key comparison functions. [#97](https://github.com/tzaeschke/phtree-cpp/pull/97)
14
- Improved performance by eliminating memory indirection for DIM > 3.
15
This was enabled by referencing "Node" directly in "Entry" which was enabled by
16
implanting an indirection in array_map. [#96](https://github.com/tzaeschke/phtree-cpp/pull/96)
0 commit comments