index
:
weight-balanced-trees
master
Purely functional weight-balanced trees
Peter McGoron
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mcgoron
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
reorganize tests, fix set-replace
HEAD
master
Peter McGoron
2025-03-16
2
-11
/
+11
*
test set-member with new generators
Peter McGoron
2025-03-15
1
-0
/
+2
*
create disjoint set generator of exact number of sets
Peter McGoron
2025-03-15
2
-31
/
+34
*
test bulk set generators
Peter McGoron
2025-03-15
2
-4
/
+28
*
add bulk list operations for set-set operatoins
Peter McGoron
2025-02-18
4
-18
/
+138
*
more set-intersection tests
Peter McGoron
2025-02-17
1
-1
/
+5
*
more tests of subset and set equality predicates
Peter McGoron
2025-02-17
1
-33
/
+32
*
more set=? tests
Peter McGoron
2025-02-17
1
-2
/
+0
*
revert change to set-delete
Peter McGoron
2025-02-17
1
-9
/
+7
*
more tests for set-delete, more efficient implementation
Peter McGoron
2025-02-17
1
-12
/
+16
*
test set-every, set-delete, and set=?
Peter McGoron
2025-02-17
2
-4
/
+9
*
change set-disjoint?, test set-intersection
Peter McGoron
2025-02-17
1
-9
/
+34
*
member, adjoin and find tests
Peter McGoron
2025-02-16
1
-11
/
+12
*
set-disjoint tests
Peter McGoron
2025-02-16
1
-11
/
+18
*
test set-contains?
Peter McGoron
2025-02-16
1
-6
/
+7
*
add set-contains? test, remove NaNs because they cannot be used in the defaul...
Peter McGoron
2025-02-16
1
-0
/
+1
*
CHICKEN bug? Definition of `%insert` in the test for `internal` was
Peter McGoron
2025-02-16
3
-5
/
+13
*
tests for different constructors
Peter McGoron
2025-02-16
1
-37
/
+30
*
start testing SRFI 113 tests
Peter McGoron
2025-02-15
4
-1
/
+411
*
node->reverse-order-generator
Peter McGoron
2025-02-15
2
-7
/
+20
*
node->in-order-generator
Peter McGoron
2025-02-15
2
-2
/
+5
*
generator->node
Peter McGoron
2025-02-15
2
-15
/
+13
*
add node->generator
Peter McGoron
2025-02-15
2
-7
/
+59
*
move files to fit the library search of implementations like chibi and cyclone
Peter McGoron
2025-01-20
2
-0
/
+441