binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

better caching of pyc files

Open psifertex opened this issue 8 months ago • 0 comments

One area for potential improvement in startup time would be better creation of pyc files. For python > 3.8, it's possible to use PYTHONPYCACHEPREFIX to fix a location out of band that would store the created PYC files. This lets us save created pyc files in a writable location and save startup launch.

psifertex avatar Jun 16 '25 15:06 psifertex