3 ms·
a between session cache had been merged for 1.14 (release expected within 6-12 months).
by adgjlsfhk1 22d ago
a between session cache had been merged for 1.14 (release expected within 6-12 months).
- JanisErdmanis 22d agoWhat is this magic, how does it differ from PkgImages Julia already has?
- adgjlsfhk1 22d agopkgimages are keyed on package (and dependency) version so if you frequently add or update packages they don't help as much as they should. this new cache is at the function granularity and caches the llvm optimization and native codegen steps.
- JanisErdmanis 22d agoCool, can’t wait to try that out in a stable release.