|
|
|
|
|
by puredanger
42 days ago
|
|
This is very cool, glad to see it! I couldn’t figure out which version of the JVM you used for the core.async tests? Also, you are using old versions of both Clojure and core.async which have both had optimizations in the last year that should help all of these. Some of these tests may also be helped by using io-thread (with JVM virtual threads) instead of go in latest core.async. |
|
Happy you find it cool!
I will update the Clojure and core.async versions to latest.
You're right I forgot to mention the JVM version in the benchmarks.
I'll be running fresh benchmarks once the current task I'm working on is done.
I will have to look into io-thread, not familiar with it.
Although my aim with the benchmarks is to have nearly identical code for all platforms without any platform-specific optimizations - I'm not sure yet how io-thread plays into that.
Will definitely add the JVM version and update Clojure dependencies and let you know when I have fresh benchmarks.