|
You are here |
blog.michielborkent.nl | ||
| | | | |
stuartsierra.com
|
|
| | | | | [AI summary] This article benchmarks various Clojure and ClojureScript runtime platforms in 2019, comparing their start times for a 'Hello, world' program. | |
| | | | |
www.deps.co
|
|
| | | | | Leiningen 2.8.0 and 2.8.1 came out in October of 2017. The previous release was in September 2016 so 2.8.0 and 2.8.1 contain a lot of new features and bugfixes. 2.8.1 is a bugfix release for 2.8.0, so you should update to 2.8.1 over 2.8.0. This post will outline the major new features of these releases. Java 9 support The biggest reason for upgrading Leiningen is Java 9 support. Leiningen 2.8.0 removes its use of the BootClassPath, as this caused problems in Java 9 with Clojure 1. | |
| | | | |
quanttype.net
|
|
| | | | | Use these libraries for your full-stack Clojure web app. | |
| | | | |
boyter.org
|
|
| | | [AI summary] This blog post compares the performance of Java and Go when processing large files, highlighting the challenges Java faces with memory-mapped files and the efficiency of Go's concurrency model. The author tests various implementations, including a Java solution with threads and queues, and finds that Go's approach is faster, though Java can be optimized with batch processing and efficient queue implementations. The post concludes that for optimal large file processing, Go is more suitable, but Java can still be competitive with the right techniques. | ||