Skip to content

Cache compiled Numba kernels#20

Merged
remcofl merged 2 commits into
mainfrom
feat/numba-compile-cache
May 6, 2026
Merged

Cache compiled Numba kernels#20
remcofl merged 2 commits into
mainfrom
feat/numba-compile-cache

Conversation

@remcofl

@remcofl remcofl commented May 6, 2026

Copy link
Copy Markdown
Owner
  • Enable Numba disk caching for compiled scalar and batch kernels.
  • Avoid closing over dynamic dispatcher objects so cached compiled data is properly reused after restart.
  • Split serial and parallel batch wrappers into distinct cached functions.

remcofl added 2 commits May 6, 2026 12:11
- Enable Numba disk caching for compiled scalar and batch kernels.
- Avoid closing over dynamic dispatcher objects so cached compiled data is properly reused after restart.
- Split serial and parallel batch wrappers into distinct cached functions.
@remcofl remcofl merged commit de8a6e4 into main May 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant