1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
some notes on the remaining exceptions, and make the test cases smaller so they run faster More... about 16 years ago
fix calculate of size and verify the result of the merge More... about 16 years ago
one-line fix lol. merge algorithm now runs with no exceptions! now to test whether it gives the right result... More... about 16 years ago
temporary fix around the design oversight, better error-handling. merge algorithm will now work except when a split is needed, in which case it will throw an NPE More... about 16 years ago
uncover major design flaw, whoops (not fixed yet) More... about 16 years ago
better transfers between SkTreeMaps, and take care of a shit load of corner cases :/ More... about 16 years ago
fix stupid bug, and uncover a (as-yet unfixed) design oversight More... about 16 years ago
implement entrySet() on the SkTreeMap subMap More... about 16 years ago
add SortedSetMap, add update() to SkelBTreeSet, add merge to BIndexTest. (atm this won't work because of an unimplemented feature in SkTreeMap) More... about 16 years ago
use a class-wide thread for ObjectProcessor instead of a new thread for each auto() More... about 16 years ago
- note for major optimisation More... about 16 years ago
rm the old algorithm description which is no longer needed (and out of date) More... about 16 years ago
make the TAGs in the code follow a more consistent system, and set out some "main goals" in todo.txt More... about 16 years ago
get rid of some files that are obsolete / not useful More... about 16 years ago
Merge branch 'btree-merge' More... about 16 years ago
make Sorted.split return a list of ranges instead edge-pairs More... about 16 years ago
add a method for updating values synchronously More... about 16 years ago
some clearer documentation, and make sure to check vClo.isCleared() for each split-node More... about 16 years ago
- workaround javadoc bug More... about 16 years ago
javadoc additions and fixes More... about 16 years ago
merge DeflateNode and UpdateValue into one class. also, nodequeue was not pointless More... about 16 years ago
make SkelBTreeMap use the new ParallelSerialiser/ObjectProcessor APIs More... about 16 years ago
refactor ParallelSerialiser to use ObjectProcessor instead. the old way was actually pretty convoluted and stupid. (this commit will not compile since SkBTreeMap still uses the old API) More... about 16 years ago
$K(k) is useless; fix usage in SkBTreeMap More... about 16 years ago
SkBTreeMap.update(): use ObjectProcessor instead of separate queues/maps (value* only) More... about 16 years ago
- synchronization on Executors.DEFAULT_EXECUTOR More... about 16 years ago
javadocs for ObjectProcessor More... about 16 years ago
implement ObjectProcessor, a more general version of ParallelSerialiser.TaskHandler More... about 16 years ago
pre-emptively fix a bug with PushTasks being correctly attached to their SplitNode closures More... about 16 years ago
close Schedulers in a finally block, and add some notes on new tags More... about 16 years ago