Optimizing Rust Code for the LSM-Tree Iterator in RisingWave

Hummock is a cloud-native LSM storage engine developed by RisingWave Labs. In this article, we will introduce Hummock’s read-write path, dynamic dispatch in the code, and how we optimized dynamic dispatch. Read more

Similar

Rust’s Most Unrecognized Contributor

I think the Rust language is a big success. When I think back on it I am in awe: so much had to go right to get where we are, and there were so many opportunities to go wrong. It took many tiny miracles for the Rust language to become what it has. Those m... (more…)

Read more »