replikativ / hitchhiker-tree

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

Adds what is needed for upsert. #15

Closed grischoun closed 4 years ago

grischoun commented 4 years ago

Adds an upsert operation.

whilo commented 4 years ago

Do we still need this? I agree that we need to make sure that the uuid is attached, but it seems not optimal to me to add a specific "upsert" function which has no meaning in the hitchhiker-tree itself. We can attach the uuid also in Datahike.

grischoun commented 4 years ago

Do we still need this? I agree that we need to make sure that the uuid is attached, but it seems not optimal to me to add a specific "upsert" function which has no meaning in the hitchhiker-tree itself. We can attach the uuid also in Datahike.

Right! I did not realise that I could use 'enqueue'. Thanks for the good catch.

grischoun commented 4 years ago

As per the comments above, this PR is not useful. Closing.