f4exb / cm256cc

Fast GF(256) Cauchy MDS Block Erasure Codec in C++
GNU General Public License v3.0
23 stars 8 forks source link

Remove boost dependency. #15

Closed treaves closed 3 years ago

treaves commented 3 years ago

Added CLion project directory to the git ignore file. Reimplemented the getIntList method in the test code to only use the standard library. Boost isn't needed.