3 ms·
(2022) If you're curious why you would want a vectorized way to sort lists of numbers, one use case is building histograms - it's much easier to build a histog
by kg 10d ago
(2022)
If you're curious why you would want a vectorized way to sort lists of numbers, one use case is building histograms - it's much easier to build a histogram if you've sorted all your samples first
- mcdonje 10d ago>(2002) I wonder what apps have implemented this now that a few years have passed.
- mcdonje 9d agooops, 2022
- janwas 9d agoVQSort users include numpy, XLA (for sparse tensors), ScaNN: https://sourcegraph.com/search?q=context:global+hwy/contrib/sort/+-repo:google/highway+-path:hwy/contrib/sort+-path:highway/hwy/+-file:CMakeLists.txt+-file:filelist+-path:g3doc/+-f:meson.build+-f:patch%24+-path:/hwy/&patternType=keyword&sm=0 https://sourcegraph.com/search?q=context:global+hwy/contrib/...