huggingface / gsplat.js

JavaScript Gaussian Splatting library.
MIT License
1.26k stars 78 forks source link

Parallel radix sort #11

Open dylanebert opened 8 months ago

dylanebert commented 8 months ago

The current sorting method is

This could be made even faster with multiple worker threads and parallel radix sort.