[Haskell-cafe] `queue` package take-over request

Henning Thielemann lemming at henning-thielemann.de
Sat Jan 13 21:30:58 UTC 2024


On Sat, 13 Jan 2024, Mitchell Rosen wrote:

> I'd like to take over the `queue` package, last updated 14 years ago, 
> and marked "deprecated" on Hackage. I intend to replace it with a 
> simple, clean implementation of Okasaki's "real time" (meaning O(1) 
> worst-case operations) queue, which you can find implemented here: 
> https://github.com/awkward-squad/queues

Yes, base also had a Data.Queue module. But then we got 
containers:Data.Sequence and it was claimed, that Data.Sequence would be 
better than Data.Queue in any aspect.


More information about the Haskell-Cafe mailing list