Skip to content

Commit 8e34710

Browse files
committed
Optimization for very large strings coming from python.
1 parent 3bea77a commit 8e34710

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Time for a ChangeLog!
2+
## 2.026 - UNRELEASED
3+
* Faster string conversion from c->jvm for large strings.
4+
25
## 2.025
36
* [Stop using nio-buffer conversion for ->string](https://github.com/clj-python/libpython-clj/blob/master/src/libpython_clj2/python/ffi.clj#L795)
47
* [PR - Handle conversion of more types in ->jvm](https://github.com/clj-python/libpython-clj/pull/251)

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src"]
22
:deps {org.clojure/clojure {:mvn/version "1.11.1" :scope "provided"}
3-
cnuernber/dtype-next {:mvn/version "10.009"}
3+
cnuernber/dtype-next {:mvn/version "10.010"}
44
net.java.dev.jna/jna {:mvn/version "5.12.1"}
55
org.clojure/data.json {:mvn/version "1.0.0"}
66
;;Replace me with caffeine...

0 commit comments

Comments
 (0)