/bloom.pub

http://bloomerl.googlecode.com/ · Unknown · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · 44eb319855f72e9c529a2d6f804dc95d MD5 · raw file

  1. {author, {"gray", "graygee@gmail.com", {2007, 10, 3}}}.
  2. {category, ["type"]}.
  3. {name, "bloom"}.
  4. {vsn, "0.01"}.
  5. {depends, []}.
  6. {keywords, ["bloomfilter", "bloom", "filter", "digest", "hash"]}.
  7. {summary, "Bloom filters"}.
  8. {abstract, "Implements the Bloom filter probabilistic data structure. "
  9. "Bloom filters are a space-efficient means to test whether an elements is a "
  10. "member of a set."}.
  11. {home, "http://code.google.com/p/bloomerl/"}.
  12. {source, {erl, "http://bloomerl.googlecode.com/svn/trunk/bloom.erl"}}.