Skip to content

Feature/numba speed up#196

Merged
Jammy2211 merged 2 commits intomainfrom
feature/numba_speed_up
Nov 26, 2025
Merged

Feature/numba speed up#196
Jammy2211 merged 2 commits intomainfrom
feature/numba_speed_up

Conversation

@Jammy2211
Copy link
Owner

This PR began as me performing a number of profiling runs and speed ups to make numba calculations of a pixelization via the w_tidle formalism run fast.

However, it then also lead to me realising that the over_sampler and over_sampled grids were computed on instantiation in ways which slowed down general code use, and which often lead to uncessary repeated computation. I then realised these could be made into lazy properties which did not stop JAX compilation.

@Jammy2211 Jammy2211 merged commit 3946125 into main Nov 26, 2025
8 checks passed
@Jammy2211 Jammy2211 deleted the feature/numba_speed_up branch November 30, 2025 16:31
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