logoalt Hacker News

rtheunissenlast Wednesday at 8:57 PM3 repliesview on HN

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

p-hklast Wednesday at 9:20 PM

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

show 1 reply
reitzensteinmlast Wednesday at 9:51 PM

This guide is absolutely fantastic, thank you! You should post it if it hasn't been.

show 1 reply
baruchthescribelast Wednesday at 11:02 PM

Thanks for this resource!