This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Benchmark 3D filter #89
Milestone
Comments
dstansby
added
enhancement
New feature or request
and removed
enhancement
New feature or request
labels
Mar 1, 2023
A brief summary of work/impasses today:
|
Some good news, it looks like it is possible to use dicts in numba. I've updated the class to use numba dicts at https://github.com/dstansby/cellfinder-core/tree/jit-connect-four, and it runs fine (without any numba jitting). When I try to use
|
This was finished in #112 |
willGraham01
pushed a commit
that referenced
this issue
Aug 24, 2023
* Bump pre-commit black version to fix pre-commit * Fix whitespace
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is to track benchmarking the 3D filter. The optimised code currently consists of two Cython files,
ball_filter.pyx
andstructure_detection.pyx
.The graphs below show a memory profile of different implementations, and the code shows execution times.
Original Cython implementation
Pure Python implementation
numba implementation
The text was updated successfully, but these errors were encountered: