Currently @AWS building S3 Vector Buckets.
lockless-generic-ring-buffer. Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than channels with the added type safety of generics compared to ring buffers using interfaces.
164RoaringGeoMaps. A single file spatial index that maps between geospatial queries and arbitary sets of keys.
10pgm-rs. A implementation of the PGM based u64 key indexes described in https://pgm.di.unipi.it/docs/cpp-reference/ in rust with zero copy serialization support. Currently only little endian architectures are supported.
3limonitedb. A rewrite of https://github.com/facebook/rocksdb in single threaded rust. Currently for educational purposes only.
2