Nice list of fixes. Great work!
I use Vector as my text editor's char-buffer.
I believe I have seen one or more of the fixed bugs surface, so I am
upgrading immediately. :-D
Terje
On Monday, September 30, 2019 at 10:21:05 PM UTC+2, Andy Fingerhut wrote:
>
> I am pleased to announce the 0.1.
Excellent! Please do file additional reports if you find any issues with
the latest version.
Andy
On Wed, Oct 2, 2019 at 2:27 AM Terje Dahl wrote:
> Nice list of fixes. Great work!
>
> I use Vector as my text editor's char-buffer.
> I believe I have seen one or more of the fixed bugs surface,
Also, maybe you are doing this already, but note that you can save
significant memory in Clojure and core.rrb-vector by using (vector-of :char
...) to create vectors that are restricted to contain only char's, if that
is all you want to hold inside of them. It is about a 3x more memory if
you use
The next generation of clojure.java.jdbc** – a new low-level Clojure wrapper
for JDBC-based access to databases!
https://github.com/seancorfield/next-jdbc -- source
https://cljdoc.org/d/seancorfield/next.jdbc -- documentation
https://clojars.org/seancorfield/next.jdbc -- clojars
It’s been about