From 2d1045a3030f5c37d7a1aad9c990c0db8532fd5f Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Sun, 17 Nov 2024 02:30:49 -0500 Subject: [PATCH] docs: add note about fastremap installation --- cc3d/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cc3d/__init__.py b/cc3d/__init__.py index ef1961e..e10f87d 100644 --- a/cc3d/__init__.py +++ b/cc3d/__init__.py @@ -88,6 +88,10 @@ def largest_k( precomputed_ccl: for performance, avoid computing a CCL pass since the input is already a CCL output from this library. + + NOTE: Performance may increase if you have the fastremap + library installed. This may also change the numbering + of the output. """ assert k >= 0