This commit is contained in:
Sebastiano Vigna 2022-02-12 18:51:55 +00:00
parent 646601d544
commit 88e2dd18e2

1
TODO
View file

@ -1,3 +1,4 @@
- Buffer bulk methods with index to get rid of mapped buffer duplication
- Loops in sorting for big arrays should use real indices, not get/set
- Check that binary insertion sort is maybe better
- radix sort for big arrays