replikativ / hitchhiker-tree

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

Support for built-in tagged elements (uuid and inst) #8

Closed MrEbbinghaus closed 4 years ago

MrEbbinghaus commented 4 years ago

hitchhiker.tree.core/order-on-edn-types does not support uuids or insts. This prevents uuids from being used in lookup refs in datahike.

whilo commented 4 years ago

This has been addressed in https://github.com/replikativ/hitchhiker-tree/pull/7 and will be part of the next datahike release.

MrEbbinghaus commented 4 years ago

Nice.

Didn't check the PRs...