Vadim

Results 50 comments of Vadim

Sorry guys, I'm really behind on maintaining this library as I haven't worked with Clojure for years now. Does anyone want to become a maintainer or take over?

yep, thanks! I've just sent a collaboration invite to @frenchy64.

Yep, this is definitely not nice. I haven't profiled the loading stage though. Maybe I will get to it. Hopefully someone will do it ahead of me :)

I've taken a look at the flame graph of a single `(require 'java-time)` using the excellent [clj-async-profiler](https://github.com/clojure-goes-fast/clj-async-profiler). Using master of Java-Time do: ``` lein with-profile async-profiler repl (require '[clj-async-profiler.core :as...

This looks interesting. However, according to the list of calls to `jt.u/get-static-fields-of-type` I gave in the previous comment, the problem at startup appears when the reflective calls are made to...

Great! Would you submit the PR with this change?

@jimpil should I try to create a patch from your commits myself or would you want to submit a PR here?

@jimpil do you want to create a separate PR now given the Datafiable is off the table?

@smessems did you try with the latest master? What's the result there?

@smessems 0.3.2 is the latest release. There's a commit in the master that should lower the time somewhat. If you want to check, you'd have to clone the repo and...