0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 16, 2025 — Mar 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unneeded include directive More... almost 7 years ago
Fix static library creation on OS X More... almost 7 years ago
GNUmakefile: fix cross compliation (#32) More... over 7 years ago
Improve splay tree deletion (#31) More... almost 8 years ago
benchmark: shuffle keys before search & deletion More... almost 8 years ago
Fix compile issues for util.h More... almost 8 years ago
Prevent stack overflow in big, unbalanced treese by making tree_clear() non-recursive (fixes #26) (#27) More... about 8 years ago
Add TODO and remove stale comment More... about 8 years ago
Tweak README More... about 8 years ago
Reformat references More... about 8 years ago
Implement iterator remove and compare (#25) More... about 8 years ago
Formatting nitpicks More... over 8 years ago
Support user specified data in visit callback (#24) More... over 8 years ago
Add basic checks for memory leaks More... over 8 years ago
Add missing AVL tree search functions More... over 8 years ago
Create util.h for standalone program utility methods More... over 8 years ago
Skiplist optimizations More... over 8 years ago
Fix really stupid bugs in max path length function. Display tree metrics in benchmark. More... over 8 years ago
Implement skiplist near search (#21) More... over 8 years ago
Refactor tree code to use tree_common routines wherever possible. Change invalid iterator behavior. More... over 8 years ago
Add missing tree near-search declarations and implementations More... over 8 years ago
Remove tree minimum and maximum functions More... over 8 years ago
unit test: more details in failure output More... over 8 years ago
unit tests: smarter about select/near-search functions and handling of sorted containers More... over 8 years ago
Add a 'sorted' boolean field to the dict vtable, and don't assume all-or-nothing near-search functions. More... over 8 years ago
Whitespace fixes More... over 8 years ago
red-black tree: eliminate the use of sentinel node (#18) More... over 8 years ago
red-black tree: store color information in parent pointer instead of right link More... over 8 years ago
Unit tests: exit with failure code if any tests failed More... over 8 years ago
red-black tree: verify that each path to a nil leaf contains the same number of black nodes More... over 8 years ago