50,246 reputation
473183
bio website nuroko.com
location United Kingdom
age 34
visits member for 3 years, 6 months
seen 3 hours ago
stats profile views 2,373

Hacker, game developer, CG artist and machine learning entrepreneur


6h
awarded  Good Answer
12h
revised Looking for the smallest app container which is capable of running a clojure-powered website
added 421 characters in body
12h
comment Looking for the smallest app container which is capable of running a clojure-powered website
I don't have a memory benchmark. But the .jar has zero dependencies and is less than 100k, so it's pretty tiny (at least, in comparison to most application server like Jetty, Tomcat or JBoss...)
15h
answered Looking for the smallest app container which is capable of running a clojure-powered website
1d
awarded  Nice Answer
1d
awarded  Necromancer
May
15
answered Resize an image in clojure without a temporary disk file
May
15
answered Scientific Programming Stack for Clojure
May
15
comment Clojure: Store and Compile Large Derived Data Structure
If it's meant to be a read-only structure, then I would suggest avoiding the refs entirely. They will slow down access, make serialisation trickier as well as making the overall structure use more memory. immutable persistent data structures are your friend.... use them!
May
14
revised Clojure performance, large looping over large vectors
added 139 characters in body
May
14
answered Clojure performance, large looping over large vectors
May
12
asked Embeddable, runtime Java object inspector for debugging
May
12
answered Algorithm to generate a starfield
May
12
comment How would you idiomatically extend arithmetric functions for other datatypes in Clojure?
P.S. I think core.matrix will handle the specific Color case quite well, assuming you want to treat it as a 4D RGBA colour vector.
May
12
comment How would you idiomatically extend arithmetric functions for other datatypes in Clojure?
I think you need to be clear on what "arithmetic alternatives" you are talking about and what types you intend to support. If it is for array-like structures (vectors, matrices, tensors etc.) then core.matrix already does what you want. If it is for some different constructs then there might be a scope for a new library, but I can't think of too many justifiable cases (complex numbers, quaternions maybe....?)
May
12
answered How would you idiomatically extend arithmetric functions for other datatypes in Clojure?
May
11
awarded  Popular Question
May
9
awarded  Popular Question
May
7
awarded  Good Question
May
6
awarded  Good Answer