datacrypt-project / hitchhiker-tree

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

Make forward-iterator async #31

Closed whilo closed 7 years ago

whilo commented 7 years ago

Instead of using a lazy-seq, use go-routines and provide a buffered return channel as an argument so the caller can determine the prefetching size.

whilo commented 7 years ago

Closed with https://github.com/datacrypt-project/hitchhiker-tree/pull/30