Phil
|
7d55bfc120
|
fix sort_by_indices_allocate
|
2022-09-07 10:53:56 -07:00 |
|
Phil
|
3f3ae4b2b6
|
fix sort_by_with_indices for zero and one length slices:
|
2022-09-01 13:14:10 -07:00 |
|
Phil
|
63eec25044
|
add sort_by_indices overload and test
|
2022-09-01 12:32:33 -07:00 |
|
Phil
|
7a9b0731cf
|
add tests for sort_by_indices
|
2022-09-01 12:13:15 -07:00 |
|
Phil
|
d45661c405
|
cleanup slice sorting with indices changes
|
2022-09-01 11:51:45 -07:00 |
|
Phil
|
002bec256a
|
have sort_with_indices allocate. Add a couple convenience procs for using the indices result to sort other slices.
|
2022-09-01 11:46:59 -07:00 |
|
Phil
|
15aaf7dfa0
|
add sort_with_indices family of procs
|
2022-08-31 14:06:21 -07:00 |
|
Despacito696969
|
a343fb171d
|
Fixed slice.is_sorted_cmp
|
2022-06-07 14:07:19 +02:00 |
|
gingerBill
|
14a17fb36f
|
Add slice.stable_sort* procedures
|
2022-01-31 15:55:52 +00:00 |
|
gingerBill
|
1a9ec776cb
|
Unify logic for slice.sort* related procedures
|
2022-01-31 12:43:20 +00:00 |
|
gingerBill
|
9331ebebcc
|
Add #no_bounds_check to sorting procedures
|
2021-10-26 14:24:21 +01:00 |
|
gingerBill
|
251da264ed
|
Remove unneeded semicolons from the core library
|
2021-08-31 22:21:13 +01:00 |
|
gingerBill
|
f0437a4242
|
Enforce core:builtin and core:intrinsics for imports
|
2021-08-21 13:44:16 +01:00 |
|
gingerBill
|
1c76577918
|
Add slice.sort_by_cmp Ordering based sorting algorithms
|
2021-07-03 15:16:44 +01:00 |
|
gingerBill
|
f4f2b8f5ad
|
Add _internal field to context
|
2020-11-29 18:42:13 +00:00 |
|
gingerBill
|
41f6a684e1
|
Rename slice.sort_proc to slice.sort_by; add slice.sort_by_key
|
2020-10-16 14:55:36 +01:00 |
|
gingerBill
|
edd802e1ff
|
Add package slice; New sort.Interface with default sort.sort
|
2020-10-14 19:52:05 +01:00 |
|