严懿宸(文极) via Python-ideas writes:
Hi folks, as illustrated in faster-cpython#150 [1], we have implemented a mechanism that supports data persistence of a subset of python date types with mmap, therefore can reduce package import time by caching code object.
Nice!
Currently, we’ve made it a third-party library and have been working on open-sourcing.
Thank you! I guess "working on" means "the lawyers have it" so we'll be patient. :-) I'm not sure whether your purpose is to get code review, or general exposure. If the former, you might get better results from the Speed list (https://mail.python.org/mailman3/lists/speed.python.org/). If the latter, you should also post to python-list (https://mail.python.org/mailman/listinfo/python-list or comp.lang.python on Usenet). Regards,