Pijul – The Mathematically Sound Version Control System Written in Rust

In this article, we’ll discuss Pijul – an alpha stage version control system that is gaining traction in the community. Read more

Similar

Implement Raft in Rust

As an open-source distributed scalable HTAP database, TiDB uses the Raft Consensus Algorithm in its distributed transactional key-value storage engine, TiKV, to ensure data consistency, auto-failover, and fault tolerance. TiDB has thus far been used by mo... (more…)

Read more »

Designing futures for Rust

I recently wrote about the importance of asynchronous I/O in Rust and the aims of the new futures library. This post deepens the story by explaining the core design of that library. If you’re looking for more on the use of the library, you’ll have to ...

Read more »