Skip to content

Lazy (delayed) Quick Sort with all storage pre-allocated

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

scale-rs/lazysort-no-alloc

Repository files navigation

Lazy (delayed) Quick Sort with all storage pre-allocated

Objectives

Initial Limitations

Both of the following limitations will be lifted later:

  • Stack depth (recursive).
  • Needs alloc.

About

Lazy (delayed) Quick Sort with all storage pre-allocated

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages