Skip to content

Commit c1446bb

Browse files
committed
initial
1 parent 2688a33 commit c1446bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
- Added B+tree multimap for internal (future) use. [#93](https://github.com/tzaeschke/phtree-cpp/issues/93)
1111

1212
### Changed
13-
- Cleaned up HandleCollision() and key comparison functions. [#]()
13+
- Cleaned up HandleCollision() and key comparison functions. [#97](https://github.com/tzaeschke/phtree-cpp/pull/97)
1414
- Improved performance by eliminating memory indirection for DIM > 3.
1515
This was enabled by referencing "Node" directly in "Entry" which was enabled by
1616
implanting an indirection in array_map. [#96](https://github.com/tzaeschke/phtree-cpp/pull/96)

0 commit comments

Comments
 (0)