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

further compile the core visibility algorithms #80

Open
jannikmi opened this issue Jun 16, 2023 · 0 comments
Open

further compile the core visibility algorithms #80

jannikmi opened this issue Jun 16, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jannikmi
Copy link
Owner

jannikmi commented Jun 16, 2023

the agorithms have been refactored to mostly use numpy arrays already. refactor further to enable Numba JIT compilation (cf. utils_numba.py).

avoid copying the data structures. find a way of eliminating candidates without compiling new lists, but also without iterating over large static boolean arrays.

@jannikmi jannikmi added enhancement New feature or request help wanted Extra attention is needed labels Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant