This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-06
Channels
- # announcements (18)
- # asami (3)
- # aws (10)
- # babashka (47)
- # beginners (343)
- # calva (36)
- # cider (4)
- # clojure (66)
- # clojure-europe (9)
- # clojure-nl (3)
- # clojure-uk (23)
- # clojurescript (30)
- # community-development (69)
- # conjure (1)
- # eastwood (9)
- # events (7)
- # fulcro (81)
- # graalvm (1)
- # malli (5)
- # meander (1)
- # off-topic (41)
- # pathom (15)
- # rdf (1)
- # reitit (6)
- # sci (57)
- # shadow-cljs (18)
- # spacemacs (4)
- # startup-in-a-month (1)
- # testing (2)
- # vim (1)
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
It is now only slightly slower than Datascript for write transactions, as expected, for Datalevin writes to disk whereas Datascript is in memory.
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
@UK0810AQ2 btw we already have Ansible substitute https://github.com/epiccastle/spire
Yeah waiting for a spire pod so I can create a packer replacement 😅
@UDQ2UEPMY 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!
Just bumped our dev env to RC 2. Will let you know if anything weird happens.