@hackage compact-sequences0.2.0.0

Stacks, queues, and deques with compact representations.

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