Skip to content

Commit 1d5d083

Browse files
committed
Merge branch 'master' of github.com:clj-python/libpython-clj
2 parents 6e634a1 + c45915b commit 1d5d083

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
* [Java API](https://clj-python.github.io/libpython-clj/libpython-clj2.java-api.html) - you can use libpython-clj from java - no
1313
Clojure required. The class is included with the jar so just put the jar on the classpath and then `import libpython_clj2.java_api;`
1414
will work. Be sure to carefully read the namespace doc as, due to performance considerations, not all methods are
15-
protected via automatic GIL management.
15+
protected via automatic GIL management. Note this integration includes support for extremely efficient data copies to numpy objects
16+
and callbacks from python to java.
1617
* [make-fastcallable](https://clj-python.github.io/libpython-clj/libpython-clj2.python.html#var-make-fastcallable) so if you
1718
calling a small function repeatedly you can now call it about twice as fast. A better optimization is to call
1819
a function once with numpy array arguments but unfortunately not all use cases are amenable to this pathway. So we

0 commit comments

Comments
 (0)