Skip to content

Reed-Solomon erasure coding in C++ (Port from Backblaze's JavaReedSolomon)

License

Notifications You must be signed in to change notification settings

MrZander/ReedSolomon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReedSolomon

ReedSolomon erasure coding in C++. A partial port of the JavaReedSolomon library released by Backblaze. For an introduction to erasure coding, see the post by Brian Beach on the Backblaze blog. Special thanks to Backblaze.

License

ReedSolomon is licensed under the MIT License See LICENSE for more information.

Note

This is a partial port, I only ported what I needed for an unreleated project I was working on. The rest of the port, however, should be trivial. The code is not optimized, audited, or even tested, use it at your own risk!

About

Reed-Solomon erasure coding in C++ (Port from Backblaze's JavaReedSolomon)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages