treeowl / compact-sequences

Stacks and queues with compact representations
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Add benchmark suite #31

Open treeowl opened 4 years ago

treeowl commented 4 years ago

We can probably borrow some from the Data.Sequence benchmarks. We'll certainly want to compare run-time performance to other stack/queue/deque implementations.