Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sorting speed experiment

An experiment to see if you can provide a shared library with a C API that does sorting as fast as C++'s std::sort.

Times:

qsort from C stdlib: 14.8s
std::sort from C++:   8.5s
live codegen:         8.8s

About

Experiment to provide a shared sorting library with a C API but speed of C++ std::sort

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published