Fork me on GitHub
#clojure-gamedev
<
2016-02-26
>
hugesandwich03:02:47

you can use java types though if you want

hugesandwich03:02:38

to me it's generally worth it to guarantee o(1) access into your pools, components, etc.

hugesandwich03:02:43

and to have tightly packed arrays

hugesandwich03:02:49

although you're not building skyrim, it's good to at least optimize the core parts of your engine, especially when dealing with the rest of the overhead from clj