~/arindas • Building Segmented Logs in Rust: From Theory to Production!
DRANK

Explore a Rust implementation of the persistence mechanism behind message-queues and write-ahead-logs in databases. Embark on a journey from the theoretical underpinnings to a production grade implementation of the segmented-log data structure.

arindas.github.io
Related Topics: Rust
1 comments
  • やたら丁寧なSegmented Logの説明とRustにる実装。Segmented LogはKafkaで使われてるストレージの実装らしい。