Fork me on GitHub
#announcements
<
2022-10-27
>
Alex Miller (Clojure team)16:10:10

https://github.com/clojure/core.async 1.6.673 is now available • https://clojure.atlassian.net/browse/ASYNC-248 Dynamically load ioc analyzer only when needed • Perf improvements in go macro compilation • Note: as of this version, core.async requires Clojure 1.10+

🎉 20
vlaaad16:10:21

How big are the perf improvements?

Alex Miller (Clojure team)16:10:41

minor. dynamically loading the analyzer is a significant improvement for aot-compiled apps though

Alex Miller (Clojure team)16:10:08

in that they don't load it at all

Alex Miller (Clojure team)16:10:10

which can save ~0.5s in load time

👍 2
vlaaad16:10:02

that’s good!

borkdude16:10:08

and also you can exclude the analyzer as a dependency, if you're interested in that

Ben Sless17:10:34

Any news regarding ASYNC-234?

Alex Miller (Clojure team)17:10:39

no, hope to have some cycles to look at some more async stuff soon

👍 2
🙏 2
borkdude19:10:34

https://github.com/borkdude/respeced: testing library for clojure.spec fdefs v0.1.2: compatibility with Clojure 1.11. Thanks @chaos https://github.com/borkdude/respeced/blob/master/CHANGELOG.md#012 The previous release is from almost 4 years ago :)

🎉 4