TypeScript Benchmarking with mitata
See how you can keep track of TypeScript performance with mitata: a tiny, fast, Rust-based benchmarking library.
See how you can keep track of TypeScript performance with mitata: a tiny, fast, Rust-based benchmarking library.
A simple yet insightful look into turning an n*log(n) algorithm into an O(n) algorithm without much effort at all.