13 Jan
                
                    2024
                
            
            
                13 Jan
                
                '24
                
            
            
            
        
    
                4:30 p.m.
            
        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.