question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: cache compilations to the filesystem

See original GitHub issue

I am building a larger application with Jax, and compiling all the kernels adds about a minute of overhead until we’re ready to run.

It would be great if Jax were able to cache compilations, like Numba’s cache=True argument to their JIT decorator.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:5
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
ncoishcommented, Sep 17, 2021

Is there any ongoing work to generalize this to CPU and GPU backends?

1reaction
mattjjcommented, Mar 24, 2020

(I edited the title based on my understanding of what you mean, and a brief read of some numba docs. Let me know if I got that wrong.)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Filesystem - requests-cache 0.9.7 documentation
This backend stores responses in files on the local filesystem (one file per response). File Formats#. By default, responses are saved as pickle...
Read more >
Caching guidance - Azure Architecture Center | Microsoft Learn
Learn how caching can improve the performance and scalability of a system by copying frequently accessed data to fast storage close to the...
Read more >
Caching (Managing NFS and NIS, 2nd Edition)
In NFS, data caching means not having to send an RPC request over the network to a server: the data is cached on...
Read more >
ccache(1)
Ccache is a compiler cache. It speeds up recompilation by caching the result of previous compilations and detecting when the same ...
Read more >
Caching - webpack
This guide focuses on the configuration needed to ensure files produced by webpack compilation can remain cached unless their content has changed.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found