@hackage compact-sequences0.1.0.0

Stacks and queues with compact representations.

Stacks and queues that take n + O(log n) space at the cost of having amortized O(log n) time complexity for basic operations.