Registry / utility / plf-indiesort

plf-indiesort

JSON →
library1.4.4vcpkgunverified

A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of large types.

vcpkg install plf-indiesort
INSTALL
IMPORT
SIG · PLF-INDIESORT
P
plf-indiesort
utilitycppv1.4.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

plf_indiesort.h
#include <plf_indiesort.h>

Sort a std::list using indiesort

#include <plf_indiesort.h> #include <list> #include <iostream> int main() { std::list<int> lst = {3, 1, 4, 1, 5}; plf::indiesort(lst); for (int i : lst) std::cout << i << ' '; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

plf-indiesort — pip install plf-indiesort · libregistry