For the record, there's another contender in the allocator
competition now:
https://github.com/microsoft/mimalloc/

Regards

Antoine.


On Mon, 24 Jun 2019 00:20:03 -0500
Tim Peters <tim.pet...@gmail.com> wrote:
> [Tim]
> > The radix tree generally appears to be a little more memory-frugal
> > than my PR (presumably because my need to break "big pools" into 4K
> > chunks, while the tree branch doesn't, buys the tree more space to
> > actually store objects than it costs for the new tree).  
> 
> It depends a whole lot on the size classes of the most popular
> objects.  A program below to compute it all.  For a 64-bit box using
> 3.8 alignment, and 16 KiB pools:
[snip]

_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/LWVFZYVFLTCNL7AKJVH2HLD2CHFRATUB/

Reply via email to