Notes on a Smaller Rust

Many people who use Rust for a bit – especially those who like the language but
do not fall in love with it – feel a sense that there must be a smaller,
simpler variation on the same theme which would maybe be a little less
powerful, but would also be muc… Read more

Similar

Rust hash iteration+reinsertion

It was recently discovered that some surprising operations on Rust’s standard hash table types could go quadratic. Perhaps the simplest illustration is this snippet from a comment, here simplified...

Read more »