-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
clojure.java-time takes seconds to load:
Recent mBP, macOS 10.14, Clojure 1.8 or 1.10:
user=> (time (require 'java-time))
"Elapsed time: 1691.125038 msecs"
Slightly older mBP, macOS 10.14, Clojure 1.10:
user=> (time (use 'java-time))
"Elapsed time: 2776.996579 msecs"
Haven't tested on other OSes.