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

Tom Ellis tom-lists-haskell-cafe-2023 at jaguarpaw.co.uk
Tue Jan 23 17:11:43 UTC 2024


It is the recommended public forum, according to:

https://wiki.haskell.org/Taking_over_a_package

On Tue, Jan 23, 2024 at 11:56:14AM -0500, Mitchell Rosen wrote:
> Is this still the right place to make takeover requests?
> 
> On Sat, Jan 13, 2024 at 7:30 PM Mitchell Rosen <mitchellwrosen at gmail.com>
> wrote:
> 
> > I see, that's some interesting history. The claim that Data.Sequence is
> > faster than Data.Queue is wrong, though, as far as I can tell (see
> > benchmark in repo), so maybe it was a mistake to remove from base if that
> > really was the rationale. Are there any records of that
> > conversation/decision? Also, a minor point - Data.Sequence only has
> > amortized O(1) enqueue and dequeue, whereas Data.Queue has O(1) worst-case
> > enqueue and dequeue.


More information about the Haskell-Cafe mailing list