0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 22 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Put only .clj files, not .class files, in the .jar More... over 13 years ago
Mavenified More... over 13 years ago
Add test for peek and pop on CountedSortedSet. More... over 13 years ago
Add ft-split-at tests for CountedSortedSet More... over 13 years ago
Add first test for CountedSortedSet More... over 13 years ago
Make empty-counted-double-list public. More... over 13 years ago
Fix CountedDoubleList assoc and not-found nth, add tests. More... over 13 years ago
Fix DeepTree.empty. More unit tests for CountedDoubleList More... over 13 years ago
Previous commit broke unit tests. Fix those, plus add more tests. More... over 13 years ago
Add counted-sorted-set More... over 13 years ago
Add top-level APIs DoubleList and CountedDoubleList More... over 13 years ago
Add sorted set application More... over 13 years ago
Eliminate 'apply' in split -- is this really always correct? More... over 13 years ago
More performance work, plus moving back toward composable meters More... over 13 years ago
Use ObjMeter and direct measure calls More... over 13 years ago
Fix type hints, record performance baseline for Clojure 1.2 More... over 13 years ago
Update for Clojure 1.2.0 More... over 13 years ago
fix indentation More... about 14 years ago
Update defprotocol and deftype syntax. More... about 14 years ago
naive translation from letfn+reify to deftype+defprotocol More... over 14 years ago
Convert "new" to "reify" More... over 14 years ago
More performance tweaks More... over 14 years ago
'nodes' without 'apply': concat test 16% faster More... over 14 years ago
loopless digit split; split test 7% faster More... over 14 years ago
Multi-arity 'digit' improves queue perf by about 30% More... over 14 years ago
Move private funtions into letfn for somewhat better performance. More... over 14 years ago
Clean up interfaces More... over 14 years ago
Delay middle trees correctly, and only on deque (rest/pop) More... over 14 years ago
Splits work on all trees More... over 14 years ago
Add split to digit More... over 14 years ago