| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Used `strings.builder_reset` instead of `clear` for the string builder | Hector | 2023-11-25 | 1 | -4/+6 |
| | | |||||
| * | Updated to tabs and used provided test methods. | Hector | 2023-11-25 | 1 | -33/+37 |
| | | |||||
| * | Binary search improvements | Hector | 2023-11-25 | 1 | -0/+57 |
| | | | | | | | | | Modified the algorithm so that the index is either the location of the element if found or the index at which to insert the element to maintain sorted order. Also added some tests to verify the above claim. | ||||
| * | cleanup tests | Phil | 2022-09-01 | 1 | -0/+7 |
| | | |||||
| * | add sort_by_indices overload and test | Phil | 2022-09-01 | 1 | -0/+16 |
| | | |||||
| * | add tests for sort_by_indices | Phil | 2022-09-01 | 1 | -0/+65 |
| | | |||||
| * | cleanup slice sorting with indices changes | Phil | 2022-09-01 | 1 | -1/+4 |
| | | |||||
| * | have sort_with_indices allocate. Add a couple convenience procs for using ↵ | Phil | 2022-09-01 | 1 | -10/+4 |
| | | | | | the indices result to sort other slices. | ||||
| * | Add test for core:slice. | Jeroen van Rijn | 2022-09-01 | 1 | -0/+97 |