←back to thread

186 points jasonjmcghee | 1 comments | | HN request time: 0.21s | source
Show context
rtheunissen ◴[] No.43107563[source]
I would love to add a good RRB implementation to the persistent benchmarks at [1] to get a state-of-the-art comparison between RRB and BST in a persistent context. Duration, of course, but also number of bytes copied etc.

https://rtheunissen.github.io/bst

replies(3): >>43107846 #>>43108214 #>>43108884 #
p-hk ◴[] No.43107846[source]
I can't vouch for them, but there are Clojure[1] and C[2] implementations you might consider.

[1] https://github.com/clojure/core.rrb-vector

[2] https://github.com/hyPiRion/c-rrb

replies(1): >>43111399 #