Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-04 | moved LOADER init to prevent static init exceptions | Rich Hickey | |
2009-09-01 | Merge branch 'tweaks' | Rich Hickey | |
2009-09-01 | added autohinting to Class in macroexpansion of (.instanceMethodOfClass ↵ | Rich Hickey | |
Classname) calls | |||
2009-08-29 | fix juxt | Rich Hickey | |
2009-08-29 | added juxt, juxt[aposes] fns and retuns a fn that returns vector of their ↵ | Rich Hickey | |
results | |||
2009-08-29 | added arity overloads to apply | Rich Hickey | |
2009-08-29 | added arity overloads to list* | Rich Hickey | |
2009-08-29 | added arity overloads to comp | Rich Hickey | |
2009-08-28 | fix - handle completed write between snapshot and ensure | Rich Hickey | |
2009-08-26 | prealloc leaf box for transient map, grow by 4 | Rich Hickey | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | fixed bug in HashCollisionNode | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | Changed licensing of PersistentHashMap back to EPL | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | in transient mode, when nesting a hash collision node in a bitmap node, use ↵ | Christophe Grand | |
a better sized initial array Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | fixed assoc on collision | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | Replaced PersistentHashMap by PersistentHashMap2 | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | shrink when children count <= 8 | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | Fixed count on transient assoc | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | factory methods use transients | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | refined HashCollisionNode | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | made helper methods private | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | made ArrayNode to pack its children into a BitmapIndexedNode when count < 12 | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | use transients in createNode | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | implemented seq on array nodes | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | implemented dissoc and fixed bugs in edit* helper methods | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | fix bug w/ dissoc on HashCollisionNode | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | transient assoc | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | replace instecof tests by null tests | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | made ArrayNode not leafless | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | fixed count update | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-26 | first cut at a leafless, not always packed PersistentHashMap | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-24 | Add support for chunked seqs to 'for'. Refs #1 | Chouser | |
2009-08-24 | Add chunked seq support to concat | Chouser | |
concat is defined early, so I moved the the chunk fns up which required changing 'chunk-cons' to use static methods directly instead of core fns. Refs #1 | |||
2009-08-24 | delay seq on chunk-rest in doseq | Chouser | |
doseq was calling seq on chunk-rest too early. When combinded with chunked concat this caused some laziness tests to fail. Refs #1 | |||
2009-08-23 | switched wait/notify to countdown latch | Rich Hickey | |
2009-08-20 | Merge branch 'lazychain' | Rich Hickey | |
2009-08-20 | fix interleave not fully lazy | Rich Hickey | |
2009-08-19 | Add chunked seq support to doseq, v2. Refs #1 | Chouser | |
2009-08-19 | make clojure.lang.Keyword Serializable, fixes #174 | Chas Emerick | |
Signed-off-by: Chouser <chouser@n01se.net> | |||
2009-08-19 | fix #168, ant targets should fail on error, also test print report correctly | Mike Hinchey | |
Signed-off-by: Chouser <chouser@n01se.net> | |||
2009-08-19 | updated remaining tests, closes #158 | Frantisek Sodomka | |
Signed-off-by: Chouser <chouser@n01se.net> | |||
2009-08-19 | inline nth with not-found | Rich Hickey | |
2009-08-06 | re-enable writable locals for letfn | Rich Hickey | |
2009-08-05 | replace copyOf with arrayCopy | Rich Hickey | |
2009-08-05 | fix count update on dissoc | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-05 | moved ensureEditable() assertions to ATransientMap | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-05 | added TransientArrayMap | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-05 | extracted ATransientMap from TransientHashMap | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-05 | changed return type for persistent() in ITransientMap | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-05 | static factory methods now use transients | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
2009-08-05 | First cut at TransientHashMap | Christophe Grand | |
Signed-off-by: Rich Hickey <richhickey@gmail.com> |