tomerfiliba-org / reedsolomon

⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
http://pypi.python.org/pypi/reedsolo
Other
352 stars 86 forks source link

use bytearray instead of lists? #1

Closed tomerfiliba closed 11 years ago

tomerfiliba commented 12 years ago

an optimization for python 2.6 and above

tomerfiliba commented 11 years ago

already implemented