Skip to content

Commit

Permalink
Optimization for very large strings coming from python.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Sep 5, 2023
1 parent 3bea77a commit 8e34710
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Time for a ChangeLog!
## 2.026 - UNRELEASED
* Faster string conversion from c->jvm for large strings.

## 2.025
* [Stop using nio-buffer conversion for ->string](https://github.com/clj-python/libpython-clj/blob/master/src/libpython_clj2/python/ffi.clj#L795)
* [PR - Handle conversion of more types in ->jvm](https://github.com/clj-python/libpython-clj/pull/251)
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -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...
Expand Down

0 comments on commit 8e34710

Please sign in to comment.