Skip to content

paritytech/rs-ec-perf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erasure coding

This repo only exists, to check various erasure coding implementation algorithms in order to determin the most time and space efficient ones.

test

All benches are also tests with smaller data samples to verify integrity.

cargo test

must always pass.

bench

cargo bench

will use valgrind to run the bench binaries, which will show various metrics, and their changes relative to the previous run.

flamegraph

cargo run

runs a test case with 10 MB of randomly sampled data which is the recommended way to retrieve a flamegraph via cargo flamegraph (cargo install flamegraph to install).

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 68.5%
  • C 31.1%
  • Makefile 0.4%