datacrypt-project / hitchhiker-tree

Functional, persistent, off-heap, high performance data structure
Eclipse Public License 1.0
1.19k stars 64 forks source link

Add recur to insert extra kv-pairs #6

Closed rlefebvre closed 8 years ago

rlefebvre commented 8 years ago

Awesome project! Looking forward to have more time to study the data structure in depth.

Here, I noticed a missing recur while trying to add more than one thing to my toy database. :)

dgrnbrg commented 8 years ago

Hah! Shows how much I do multi-kv inserts :) Thank you!