A couple of weeks ago a comment on HN caught my eye:
[Read More]
Stressed Servers
Pushing the limits with Clojure - web servers edition
Writing large scale web applications in Clojure can offer a unique
challenge. In this series I'll share and walk through the results of a
web servers profiling project I have been working on.
[Read More]
How I Sped Up Datahike's Datalog Parser 30x
Datahike is a durable database powered by an efficient Datalog query
engine. It started as a fork of DataScript and grew from there. It's an
interesting project I've been following in the past few months with interest.
[Read More]
Transducers From The Ground Up
It is not an exaggeration to say transducers are the greatest thing
since sliced bread. They open up new frontiers in performance and
composition.
[Read More]
Idiomatic Clojure: Code Smells
We all make mistakes. We have all written bad pieces of code at some
point of our lives. They might have been non-idiomatic, unreadable, or
had bad performance.
[Read More]