-
-
Notifications
You must be signed in to change notification settings - Fork 0
Consider using Numba #19
Copy link
Copy link
Closed
Labels
EnhancementNew feature or requestNew feature or requestPriority: LowOne day, maybe...One day, maybe...
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestPriority: LowOne day, maybe...One day, maybe...
Consider the idea of making Numba a dependency. I've done some quick testing with it and simply wrapping the
mandelbrotcalculation with@jithas an unsurprising yet still astonishing effect on calculation times (although the initial startup time was horrifically slow).On the one hand I feel this isn't in the spirit of this application; on the other hand it is kind of neat and fun.
Perhaps I could make it optional (need to think about how that would work out for the Homebrew installation).