Age | Commit message (Expand) | Author |
2009-08-26 | fixed bug in HashCollisionNode | Christophe Grand |
2009-08-26 | Changed licensing of PersistentHashMap back to EPL | Christophe Grand |
2009-08-26 | in transient mode, when nesting a hash collision node in a bitmap node, use a... | Christophe Grand |
2009-08-26 | fixed assoc on collision | Christophe Grand |
2009-08-26 | Replaced PersistentHashMap by PersistentHashMap2 | Christophe Grand |
2009-08-26 | shrink when children count <= 8 | Christophe Grand |
2009-08-26 | Fixed count on transient assoc | Christophe Grand |
2009-08-26 | factory methods use transients | Christophe Grand |
2009-08-26 | refined HashCollisionNode | Christophe Grand |
2009-08-26 | made helper methods private | Christophe Grand |
2009-08-26 | made ArrayNode to pack its children into a BitmapIndexedNode when count < 12 | Christophe Grand |
2009-08-26 | use transients in createNode | Christophe Grand |
2009-08-26 | implemented seq on array nodes | Christophe Grand |
2009-08-26 | implemented dissoc and fixed bugs in edit* helper methods | Christophe Grand |
2009-08-26 | fix bug w/ dissoc on HashCollisionNode | Christophe Grand |
2009-08-26 | transient assoc | Christophe Grand |
2009-08-26 | replace instecof tests by null tests | Christophe Grand |
2009-08-26 | made ArrayNode not leafless | Christophe Grand |
2009-08-26 | fixed count update | Christophe Grand |
2009-08-26 | first cut at a leafless, not always packed PersistentHashMap | Christophe Grand |
2009-08-23 | switched wait/notify to countdown latch | Rich Hickey |
2009-08-19 | make clojure.lang.Keyword Serializable, fixes #174 | Chas Emerick |
2009-08-19 | inline nth with not-found | Rich Hickey |
2009-08-05 | replace copyOf with arrayCopy | Rich Hickey |
2009-08-05 | fix count update on dissoc | Christophe Grand |
2009-08-05 | moved ensureEditable() assertions to ATransientMap | Christophe Grand |
2009-08-05 | added TransientArrayMap | Christophe Grand |
2009-08-05 | extracted ATransientMap from TransientHashMap | Christophe Grand |
2009-08-05 | changed return type for persistent() in ITransientMap | Christophe Grand |
2009-08-05 | static factory methods now use transients | Christophe Grand |
2009-08-05 | First cut at TransientHashMap | Christophe Grand |
2009-08-05 | define ITransientMap | Christophe Grand |
2009-08-03 | renamed mutable -> transient, immutable! -> persistent! | Rich Hickey |
2009-08-03 | Merge branch 'chunks' into merge-chunks | Rich Hickey |
2009-08-03 | fix commute after set | Rich Hickey |
2009-08-03 | merge ensure | Rich Hickey |
2009-08-03 | fixes commute after set | Christophe Grand |
2009-08-02 | refactor so mutable vectors support ordinary read functions: get/count/nth/fu...chunks | Rich Hickey |
2009-08-02 | enforce single-threaded use of mutable vector, prevent use after immutble call | Rich Hickey |
2009-07-26 | fixed keyword ctor, added tests, fix #154 | Steve Gilardi |
2009-07-25 | Resolve classnames in modern-syntax static calls at syntaxQuote time. Fixes #155 | Chouser |
2009-07-19 | Merge commit 'cfd61fac760eda65bd0a8236f4f799c99e96681c' into addchunks | Rich Hickey |
2009-07-18 | got rid of LazilyPersistentVector instances, trim tail in immutable, redefed ... | Rich Hickey |
2009-07-18 | renamed immutable immutable! | Rich Hickey |
2009-07-17 | Clojure interface to editable vectors - mutable,immutable,conj!,pop!,assoc!,g... | Rich Hickey |
2009-07-17 | first cut at mutable vector | Rich Hickey |
2009-07-16 | added Var.getThreadBindings | Rich Hickey |
2009-07-16 | first cut at mods for batch capability | Rich Hickey |
2009-07-14 | Merge branch 'master' into chunks | Rich Hickey |
2009-07-04 | removed hop in RT.nth, caused head retention | Rich Hickey |