Skip to content

Performance/kick numba cpp

Simon Fabian Lauber requested to merge performance/kick-numba-cpp into develop

The kick function in Numba and C++ was written with several parallel regions and excessive array accessing. The code was refactored to offer a higher execution speed while maintaining the functionality.

P.S. I accidentally included the commits from !55 (merged), thus merging !55 (merged) before is required

Merge request reports

Loading