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.
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.