Open rrnewton opened 8 years ago
PureSet
scales poorly under concurrent insert. LVish has PureMap/CtrieMap, should we then benchmark PureMap/CtrieMap, or maybe PureSet/CtrieSet with CtrieSet k = CtrieMap k ()
?
@rrnewton CTrie doesn't need Ord on keys, so there's nothing to verify, it uses Hashable.
As we talked about in our last meeting (and in this whiteboard), we need to make independent progress in these three benchmark categories:
VerifiedOrd
on keys)VerifiedMonoid
)