umap icon indicating copy to clipboard operation
umap copied to clipboard

Code refactoring

Open tosemml opened this issue 2 years ago • 1 comments

The objective of these minor code modifications is to improve code conciseness through the utilization of highly optimized NumPy operations.

tosemml avatar Sep 01 '23 00:09 tosemml

These operations are in numba compiled functions, so loops are not actually slow, and can often be faster than numpy. Can you provide benchmarks demonstrating that this is actually any faster?

lmcinnes avatar Sep 05 '23 20:09 lmcinnes