Java:ECC(纠错码)库?
是否有一个众所周知的 Java 的 ECC(纠错码)库(例如 Reed-Solomon)实现,具有友好的开源许可(非 GPL)?
Is there a well-known implementation, that has friendly open-source licensing (not GPL), of an ECC (error correcting code) library (e.g. Reed-Solomon) for Java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
zxing
Apache 许可证(不确定这是否符合您对友好的定义)我也不确定是否如此算众所周知(谷歌知道这一点,“java Reed-Solomon”没有 2 个结果)?
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")?
我已经为 Plank 等人编写的 JErasure 库实现了 Java 包装器。 。
如果您不介意本机依赖性,那么 JErasure 是一个很好的选择(如果不是最好的) 在有人将 JErasure 移植到 Java 之前,您将不得不简化性能,因为在处理较大的数据块时,zxing 中的实现速度并不那么快。
我已将代码放在 GitHub 上: https://github.com/jvandertil/Jerasure
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