Fork me on GitHub
#clojure-spec
<
2021-02-24
>
ikitommi10:02:47

about the slow specs:

(time
  (s/valid?
    (s/keys)
    {:clojure.core.specs.alpha/ns-clauses (repeat 100000 (list :gen-class))}))
; "Elapsed time: 5069.738452 msecs"
; => true
we added auto-closing of api specs to reitit (using spec-tools) to avoid this.