replikativ / hitchhiker-tree

Functional, persistent, off-heap, high performance data structure
Eclipse Public License 1.0
44 stars 19 forks source link

Fix sort by insertion timestamp #27

Closed grischoun closed 3 years ago

grischoun commented 3 years ago

Adds timestamp to operations so that they are applied to the tree in their creation time order.

grischoun commented 3 years ago

Closing this as it is covered by the other PR that has now been pushed to production.