iu-parfunc / verified-instances

Verified instances for parallel programming.
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Progress on three benchmark categories #7

Open rrnewton opened 8 years ago

rrnewton commented 8 years ago

As we talked about in our last meeting (and in this whiteboard), we need to make independent progress in these three benchmark categories:

vikraman commented 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 ()?

vikraman commented 8 years ago

@rrnewton CTrie doesn't need Ord on keys, so there's nothing to verify, it uses Hashable.