Fork me on GitHub
#ring-swagger
<
2019-03-31
>
ikitommi12:03:24

on my macbook, it seems to be 16ms + 16ms = 32ms to write & read a 2M JSON file with jsonista.

ikitommi12:03:42

(let [file (io/file "data.json")
      data (cheshire/parse-string (slurp "json2m.json"))]
  (cc/quick-bench
    (do (j/write-value file data)
        (j/read-value file))))