We just tried this library with a colleague while trying to track down a memory leak when parsing a jdbc result set and saw a stunning victory :) With clj-memory-meter we were able to see that lazy parsing of json strings left references to quite large buffers (in comparison to actual data) to each item in the sequence, while strict parsing naturally removed the problem.
clj-memory-meter showed it's usefulness, so a big thanks for the library! :) keskiviikko 7. maaliskuuta 2018 18.13.23 UTC+2 Alexander Yakushev kirjoitti: > > Looks like it's because of JDK9. I created a Github issue, let's take it > there: https://github.com/clojure-goes-fast/clj-memory-meter/issues/1 > > On Wednesday, March 7, 2018 at 5:49:07 PM UTC+2, 路Ricardo M. wrote: >> >> Java Version: >> java version "9.0.4" >> Java(TM) SE Runtime Environment (build 9.0.4+11) >> Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode) >> System: Arch Linux >> > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
