Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New cached sorting functions. | Kaz Kylheku | 2023-06-28 | 1 | -0/+43 |
These functions are useful when sorting a sequence using an expensive keyfun. * autoload.c (csort_set_entries, csort_instantiate): New static functions. (autlod_init): Register autoloading of csort module via new functions. * stdlib/csort.tl: New file. * tests/012/sort.tl: csort functions included in tests. * txr.1: Documented. * stdlib/doc-syms.tl: Updated. |