首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一个独立的Bloom Filter实现java写的

一个独立的Bloom Filter实现java写的

  • 资源大小:15.32 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java class bloomfilter bloom

资 源 简 介

java-bloomfilter is a stand-alone Bloom filter implementation written in Java. It is intended to be easy to include in existing projects without the overhead of having additional libraries. This project has moved to GitHub: https://github.com/magnuss/java-bloomfilter I will update this page with the latest releases for a while, but please use GitHub to report bugs or checkout the source code. Additional documentation and examples can be found here: https://github.com/magnuss/java-bloomfilter#readme Changes in 1.0: * Improved the speed of the add() and contains()-methods. The speed increase is around 4-5 times on my computer, but the actual increase may vary from system to system. * Added benchmark code to test future code optimizations. * Fixed a bug in add() where numberOfAddedElements was incorrectly increased twice when adding other elements than byte-arrays. Updated test. * Moved project to Github * Added javadoc and sourc
VIP VIP
0.173228s