This PR adds a benchmark for the persistent hashmap, in particular also covering the non linear insert case which is often hit in practical uses. Furthermore the same test case is also added to the treemap benchmark.
This PR adds micro-benchmarks for `Std.Data.TreeMap` in the same style as for the hashmap.