Rust for Data-Intensive Computation

Some notes on things I find interesting and important. – frankmcsherry/blog… Read more

Similar

Examining Rust async iterator approaches

I’m an avid user of async Rust, and I have used it to implement various kinds of distributed systems and networking applications. Even though async Rust is very helpful in expressing concurrent processes, synchronization patterns, timeouts etc., it is not... (more…)

Read more »

Nushell 0.17 (a shell written in Rust)

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works seamlessly with the data from your filesystem, operating system, and a growing number of file formats to make it easy to build powerful command... (more…)

Read more »