Java: ECC (error correcting code) library?

六月ゝ 毕业季﹏ 提交于 2019-11-29 14:24:20

zxing

Apache License (not sure if that counts in your definition of friendly) I am also not sure if it counts as well known (google knew about it, no 2 result for "java Reed-Solomon")?

I have implemented Java wrappers for the JErasure Library written by Plank et al. in C.

If you do not mind the native dependency, then JErasure is an excellent choice (if not the best). Until someone ports JErasure to Java, you will have to concise on performance as the implementation in zxing is not that fast when working on larger blocks of data.

I have put the code on GitHub: https://github.com/jvandertil/Jerasure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!