pyapp
pyapp copied to clipboard
Load modules from memory instead of extracting to disk?
Hello, I'm new to PyApp, but recently got it working. I have previously mostly used Pyinstaller. Though I also tried PyOxidizer, until it was deprecated. One of the things I was amazed by PyOxidizer was just how blazing fast the built binaries were. My understanding is that speed came from it's ability to load modules from memory, rather than extracting them to disk.
- https://pyoxidizer.readthedocs.io/en/stable/pyoxidizer_faq.html#what-is-the-magic-sauce-that-makes-pyoxidizer-special
I was hoping PyApp was doing something similar, considering it is also using Rust to compile the binary, but it seems not. Have you used PyOxidizer yourself? Is loading modules from memory something that PyApp might consider as an option?