Why Svelte Is Like Rust
The programming language Rust and the web framework Svelte share an important similarity that makes them great. (more…)
Read more »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