Outperforming Unix sort by more than 7 times with 30 lines of Rust

I know what Unix sort do much more work than rust solution and all of the benchmarks there did just for fun. But… Read more

Similar

Git Pre-Commit Hook for Rust Projects

Having a CI system is very convenient to ensure that your project contains no bugs. But running tests locally before pushing is also a great solution. By running tests before every commit, we ensure that each of them is working independently (as they shou... (more…)

Read more »