[Python-Dev] Re: A memory map based data persistence and startup speedup approach

2022-05-11 Thread 文极
 Hi Nick, Sorry for the late reply, and thanks for the feedback! We’ve been working on publishing the package, and the first version is available at https://github.com/alibaba/code-data-share-for-python/, with user guide and some statistics (TL;DR: ~15% speedup in startup). We welcome code re

[Python-Dev] Re: A memory map based data persistence and startup speedup approach

2022-03-20 Thread Nick Coghlan
(belated follow-up as I noticed there hadn't been a reply on list yet, just the previous feedback on the faster-cpython ticket) On Mon, 21 Feb 2022, 6:53 pm Yichen Yan via Python-Dev, < python-dev@python.org> wrote: > > Hi folks, as illustrated in faster-cpython#150 [1], we have implemented a > m