We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bea77a commit 8e34710Copy full SHA for 8e34710
2 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Time for a ChangeLog!
2
+## 2.026 - UNRELEASED
3
+ * Faster string conversion from c->jvm for large strings.
4
+
5
## 2.025
6
* [Stop using nio-buffer conversion for ->string](https://github.com/clj-python/libpython-clj/blob/master/src/libpython_clj2/python/ffi.clj#L795)
7
* [PR - Handle conversion of more types in ->jvm](https://github.com/clj-python/libpython-clj/pull/251)
deps.edn
@@ -1,6 +1,6 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.11.1" :scope "provided"}
- cnuernber/dtype-next {:mvn/version "10.009"}
+ cnuernber/dtype-next {:mvn/version "10.010"}
net.java.dev.jna/jna {:mvn/version "5.12.1"}
org.clojure/data.json {:mvn/version "1.0.0"}
;;Replace me with caffeine...
0 commit comments