Apache Iceberg now has a native Rust implementation

What’s Changed… Read more

Similar

Caches in Rust

In this post I'll describe how to implement caches in Rust. It is inspired by two recent refactors I landed at nearcore (nearcore#6549, nearcore#6811). Based on that experience, it seems that implementing caches wrong is rather easy, and making a mistake ... (more…)

Read more »

Fragment Specifiers in Rust Macros

Rust macros seemed like an enigma when I first saw it, but once I started understanding it a bit, it’s not all that bad! “Fragment specifiers” are what you see as the “type” of an argument that you might see in the invocation of the macro. The most common... (more…)

Read more »