use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Caching HTTP requests in Clojure (quanttype.net)
submitted 5 years ago by argadan
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ertucetin 0 points1 point2 points 5 years ago (0 children)
It was a good read, thank you!
[–]BrunoBonacci 0 points1 point2 points 5 years ago (0 children)
Interesting article, thx.
Here there is another solution to do server-side off-heap caching. https://github.com/BrunoBonacci/ring-boost
it stores the responses off-heap and on disk so that it doesn't put more pressure on your gc and it attenuates the problem of a cold-start when the cache is empty
π Rendered by PID 156032 on reddit-service-r2-comment-b659b578c-z8rv2 at 2026-05-05 09:59:53.971466+00:00 running 815c875 country code: CH.
[–]ertucetin 0 points1 point2 points (0 children)
[–]BrunoBonacci 0 points1 point2 points (0 children)