Copy-on-Write in C++ and Rust

This blog is designed to cover topics related to both Rust & C++ languages. This blog has emphasis on strong typing and design choices. Read more

Similar

How to rewrite it in Rust

In a previous article we’ve talked about how you can avoid rewriting a library in Rust when you don’t need to. But what about the times when you really do need to? In most languages you’d need to rewrite the entire library from the ground up, waiting unti... (more…)

Read more »