Skip to content

Commit 3548e8b

Browse files
authored
Update README.md
1 parent 14fa83f commit 3548e8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

light-curve/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ We stopped publishing all PyPy wheels (https://github.com/light-curve/light-curv
5353
and the PPC64le CPython glibc wheel (https://github.com/light-curve/light-curve-python/issues/479),
5454
please feel free to open an issue if you need any of them.
5555

56-
[Free-threading Python](https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython) is supported when built from source.
56+
[Free-threaded Python](https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython) is supported when built from source.
5757
No pre-built distributions are provided so far, please comment on these issues if you need them: [PyPI binary wheel issue](https://github.com/light-curve/light-curve-python/issues/500), [conda-forge package issue](https://github.com/conda-forge/light-curve-python-feedstock/issues/11).
58+
Notably, for expensive features, the performance with the GIL-enabled interpreter and the `.many()` method provided by the package is on par with the free-threaded interpreter and Python threads for parallelism.
59+
However, for inexpensive computations, `.many()` still significantly reduces the overhead caused by the Rust–Python interaction and shows better performance.
5860

5961
See [bellow](#build-from-source) for the details on how to build the package from the source code.
6062

0 commit comments

Comments
 (0)