Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Numba StructModels with CPointers and check all reference counts. #118

Merged
merged 86 commits into from
Feb 25, 2020

Conversation

jpivarski
Copy link
Member

No description provided.

@jpivarski jpivarski linked an issue Feb 16, 2020 that may be closed by this pull request
@jpivarski
Copy link
Member Author

Slow laptop with all tests in:

real    0m50.159s
user    0m49.790s
sys     0m0.679s

Same laptop with Numba tests removed (16 out of 261):

real    0m4.444s
user    0m4.238s
sys     0m0.564s

:)

@jpivarski jpivarski changed the title [WIP] Replace Numba StructModels with CPointers and check all reference counts. Replace Numba StructModels with CPointers and check all reference counts. Feb 25, 2020
@jpivarski
Copy link
Member Author

This PR eliminated 24,000 lines of code. :)

@jpivarski
Copy link
Member Author

Nope, forgot about the moved directory; now this PR has eliminated 28,000 lines of code.

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.

Migrate Numba models to have CPointers to fields
1 participant