Released Datalevin 0.3.15, a simple, fast and durable Datalog database. This release introduced significant write speed improvement by using writable memory map and asynchronous writes. Writes can be two orders of magnitude faster for small transactions. https://github.com/juji-io/datalevin
does this make it faster than DataScript for writes now?
Also good job on the steady release schedule!
It is now only slightly slower than Datascript for write transactions, as expected, for Datalevin writes to disk whereas Datascript is in memory.
2s vs 0.5s
Not too shabby! My comment was probably meant a little tongue-in-cheek. You seem very intent on getting good performance out of your various OSS projects. It’s very commendable.
Thanks. Performance does matter for a lot of use cases, especially when dealing with data. What’s that saying? Database people care about three things: performance, performance, and performance. 🙂
Hey all, just a quick note to let you know about this procedural MIDI melody generator I built with ClojureScript and am releasing today. https://dopeloop.ai/melody-generator Enjoy!
We (@jeroenvandijk, @rahul080327, @valtteri and myself) are happy to announce the babashka aws pod! Access AWS directly from babashka scripts with virtually no startup time, accessing all the services that the Cognitect aws-api lib provides access to. https://github.com/babashka/pod-babashka-aws
One step closer to Clojure everywhere. Next stop - devops!
@ben.sless btw we already have Ansible substitute https://github.com/epiccastle/spire
Yeah waiting for a spire pod so I can create a packer replacement 😅
@fjolne.yngling I even had it starred! I remember spire since it had a disclaimer back in the day, haven't been keeping track. I'm just happy devops can now use babashka to whip up quick scripts, not just use a buy-in framework
Whaaat? Is it Christmas already again?
https://clojure.org/releases/devchangelog#v1.10.2-rc2 is now available. Changes from rc1: • https://clojure.atlassian.net/browse/CLJ-2597 proxy should emit Java 1.8 bytecode • https://clojure.atlassian.net/browse/CLJ-2599 Bump spec.alpha dep to 0.2.194 and core.specs.alpha dep to 0.2.56 Please report any issues (or success!) either in thread here or in #clojure - thanks!
It's 2021!
It is Dec. 37th 2020
Just bumped our dev env to RC 2. Will let you know if anything weird happens.