Articles tagged with rust

under #rust #mani

mani

mani provides a text-based write-ahead log.

under #rust #protoql

ProtoQL: A Work-in-Progress ORM Bridging Protocol Buffers and Key-Value Stores

ProtoQL is an emerging open-source project aiming to provide a novel way to manage structured data using protocol buffers within a key-value store environment. It seeks to combine the strengths of both worlds, offering the schema definition and data serialization advantages of protocol buffers with the scalability and performance benefits of key-value stores.

under #rust

Compaction in `sid`

My coding agent, sid has a compaction strategy I’ve not seen in use elsewhere; I call it, “Ask an Expert!”