this post was submitted on 18 Feb 2025
0 points (50.0% liked)

Clojure programming language discussion

526 readers
1 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 5 years ago
MODERATORS
 

Tracking memory usage with clj-memory-meter.trace

https://clojure-goes-fast.com/blog/tracking-memory-usage/

Automatic memory management is probably JVM's biggest selling point. You don't need to remember to clean up the stuff you've allocated โ€” the garbage collector will take care of it for you. You can "leak" memory if you leave live references to...

#clojure #clj #cljs [email protected] @clojure

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here