Skip to content

flattte/schrage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build + test

Schrage Algorithm

Implementation of correct schrage algorithm

cargo test

Benchamarking

cargo bench

banchmark options

To change what benchmarks are run the src/benchmark.rs has to be changed. The lines that determine what benchmarks are run are atthe bottom of the file.

criterion_group!(bench, bench_algs, bench_algs_preemptive, bench_on_big_data);
criterion_group!(bench_data_heaps, bench_on_big_data);
criterion_group!(bench_single_alot, single_iter_through_long_data);
criterion_main!(bench);

the banchmarks are then located in target/criterion/report/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages