Skip to content

RustedBytes/wsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsort

C implementation: https://github.com/egorsmkv/wavesort-c

Initializing benchmark for 100000000 integer samples...
Data generated. Starting benchmark...

Rust WaveSort: 7.483846 s
ASM  WaveSort: 4.733458 s
Std  Sort:     1.671510 s

About

Wave Sort (W-Sort) algorithm implemented in Rust and Assembly

Topics

Resources

Stars

Watchers

Forks