Recently, there has been a lot of progress in the Rust logging & tracing ecosystem: projects like tracing make our lives much simpler, allowing us to track down bugs even in complex asynchronous environments in production. However, they still can’t re… Read more
Similar
A massively parallel, optimal functional runtime in Rust - GitHub - HigherOrderCO/HVM: A massively parallel, optimal functional runtime in Rust... (more…)
Read more »
If a memory object has only one pointer to it, that pointer is the owner
of the memory object. With the single owner, it becomes straightforward to
manage the memory for the object. It also becomes trivial to synchronize access
to that memory object am... (more…)
Read more »
An introduction to Data Oriented Design with Rust An introduction to Data Oriented Design with Rust In the post we will investigate the main … (more…)
Read more »
In May 2021 over 80,000 developers told us how they learn and level up, which tools they’re using, and what they want. (more…)
Read more »