top | item 46787694

(no title)

cortesi | 1 month ago

Written in Rust, with cross-platform + web visualiser in egui.

discuss

order

storystarling|1 month ago

I used Hilbert curves for data locality in a distributed system a few years back. It’s great for optimizing range queries across multi-dimensional data. Does your implementation use SIMD for the bit-interleaving? I remember that being the main bottleneck we hit when generating keys on the fly.