-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
Description
In #282 (comment) @svenkeidel mentioned the sturdy project:
My collaborator Tobias Hombücher is currently working on a static analysis for Scheme that uses this hashmaps and hashsets extensively (https://gitlab.rlp.net/plmz/sturdy/-/tree/PowersetT/scheme). We have a benchmark suit with a few scheme programs (https://gitlab.rlp.net/plmz/sturdy/-/blob/PowersetT/scheme/bench/FixpointBench.hs). Once Tobias gets the analysis working, this would be a great real-world benchmark for the unordered-containers library, because it uses the
insert,delete,unionandisSubmapOffunctions.
I wonder whether it would be worth adopting parts of sturdy as a benchmark suite, or maybe just document how to use it as a benchmark for our code.