bandalore/src
Daniel Alberto Cañas daffed7bcc Minimize Integer object construction
Use Integer.valueOf(int) factory method instead of new Integer(int) constructor
to take advantage of caching.
This is especially useful when creating millions of
ReceiveMessageRequests with the same options.
2014-06-24 21:48:33 -06:00
..
integration default to Clojure 1.4.0 2012-10-02 08:33:05 -04:00
main/clojure/cemerick Minimize Integer object construction 2014-06-24 21:48:33 -06:00
test/clojure/cemerick Adds long polling support 2014-06-24 21:18:06 -06:00