Posted on December 6, 2020

Last time we implemented 2 different solutions for a coding interview problem: one that uses Data.Map and another one with MArray and ST. This time we’ll benchmark those solution (and the one guest solution) and see how they compare to each other and to yet another solution written in Rust.