Hey Python developers,
I just published the initial release of PyOxidizer - a utility for
producing self-contained, potentially single file executable Python
applications. You can read more about it at
https://gregoryszorc.com/blog/2019/06/24/building-standalone-python-applications-with-pyoxidizer
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 wrote:
> [Tim]
> > The radix tree generally appears to be a little more memory-frugal
> > than my PR (presumably b
[Antoine Pitrou ]
> For the record, there's another contender in the allocator
> competition now:
> https://github.com/microsoft/mimalloc/
Thanks! From a quick skim, most of it is addressing things obmalloc doesn't:
1) Efficient thread safety (we rely on the GIL).
2) Directly handling requests