HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by rtheunissen

Comment by rtheunissen 5 months ago

5 replies

View on Hacker News

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

p-hk 5 months ago

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

Reply View | 1 reply
  • prospero 5 months ago

    Here’s one in Java: https://github.com/lacuna/bifurcan/blob/master/src/io/lacuna...

    Reply View | 0 replies
reitzensteinm 5 months ago

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

Reply View | 1 reply
  • jasonjmcghee 5 months ago

    It has, and a pretty good discussion: https://news.ycombinator.com/item?id=37130200

    Reply View | 0 replies
baruchthescribe 5 months ago

Thanks for this resource!

Reply View | 0 replies