aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test set-member with new generatorsGravatar Peter McGoron 2025-03-152-13/+16
|
* create disjoint set generator of exact number of setsGravatar Peter McGoron 2025-03-153-67/+104
|
* test bulk set generatorsGravatar Peter McGoron 2025-03-154-167/+173
|
* add bulk list operations for set-set operatoinsGravatar Peter McGoron 2025-02-185-21/+141
|
* more set-intersection testsGravatar Peter McGoron 2025-02-172-7/+37
|
* add superset testsGravatar Peter McGoron 2025-02-171-0/+75
|
* reorganized srfi 113 sets testsGravatar Peter McGoron 2025-02-171-69/+107
|
* more tests of subset and set equality predicatesGravatar Peter McGoron 2025-02-173-44/+103
|
* test set<?Gravatar Peter McGoron 2025-02-171-1/+24
|
* test set<=?Gravatar Peter McGoron 2025-02-171-1/+23
|
* more set=? testsGravatar Peter McGoron 2025-02-172-7/+20
|
* revert change to set-deleteGravatar Peter McGoron 2025-02-171-9/+7
| | | | | This solution is O(n). Since set-delete is basically set-difference, this should only be used for small sets.
* more tests for set-delete, more efficient implementationGravatar Peter McGoron 2025-02-172-16/+54
|
* test set-every, set-delete, and set=?Gravatar Peter McGoron 2025-02-175-11/+105
|
* change set-disjoint?, test set-intersectionGravatar Peter McGoron 2025-02-172-30/+101
|
* member, adjoin and find testsGravatar Peter McGoron 2025-02-163-21/+89
|
* set-disjoint testsGravatar Peter McGoron 2025-02-162-15/+78
|
* test set-contains?Gravatar Peter McGoron 2025-02-162-45/+62
|
* add set-contains? test, remove NaNs because they cannot be used in the ↵Gravatar Peter McGoron 2025-02-164-47/+67
| | | | default comparator
* CHICKEN bug? Definition of `%insert` in the test for `internal` wasGravatar Peter McGoron 2025-02-165-40/+44
| | | | interfering with the import definition for the srfi-113 test.
* use vectors instead of lists in srfi-113 testsGravatar Peter McGoron 2025-02-162-24/+37
|
* use test-callGravatar Peter McGoron 2025-02-161-24/+20
|
* tests for different constructorsGravatar Peter McGoron 2025-02-163-66/+175
|
* start testing SRFI 113 testsGravatar Peter McGoron 2025-02-159-554/+1072
|
* node->reverse-order-generatorGravatar Peter McGoron 2025-02-154-8/+37
|
* node->in-order-generatorGravatar Peter McGoron 2025-02-154-3/+22
|
* generator->nodeGravatar Peter McGoron 2025-02-154-17/+34
|
* add node->generatorGravatar Peter McGoron 2025-02-155-18/+102
|
* update to new test runnerGravatar Peter McGoron 2025-02-142-1/+3
|
* move files to fit the library search of implementations like chibi and cycloneGravatar Peter McGoron 2025-01-203-3/+3
|
* xorGravatar Peter McGoron 2025-01-205-47/+177
|
* insert and deleteGravatar Peter McGoron 2025-01-204-20/+190
|
* set operationsGravatar Peter McGoron 2025-01-193-18/+271
|
* add a generating thunk for splitGravatar Peter McGoron 2025-01-163-10/+17
|
* split and searchGravatar Peter McGoron 2025-01-166-113/+263
|
* join2Gravatar Peter McGoron 2025-01-163-3/+62
|
* rename module to internalGravatar Peter McGoron 2025-01-166-17/+34
|
* succesfully test joinGravatar Peter McGoron 2025-01-167-0/+478