Bloom filters download for Linux

This is the Linux app named Bloom filters whose latest release can be downloaded as Version3.6.0sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.

 
 

Download and run online this app named Bloom filters with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.

- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application, install it and run it.

SCREENSHOTS:


Bloom filters


DESCRIPTION:

A Bloom filter is a concise/compressed representation of a set, where the main requirement is to make membership queries; i.e., whether an item is a member of a set. A Bloom filter will always correctly report the presence of an element in the set when the element is indeed present. A Bloom filter can use much less storage than the original set, but it allows for some 'false positives': it may sometimes report that an element is in the set whereas it is not. When you construct, you need to know how many elements you have (the desired capacity), and what is the desired false positive rate you are willing to tolerate. A common false-positive rate is 1%. The lower the false-positive rate, the more memory you are going to require. Similarly, the higher the capacity, the more memory you will use. You may construct the Bloom filter capable of receiving 1 million elements with a false-positive rate of 1%.



Features

  • You should call NewWithEstimates conservatively
  • Our implementation accepts keys for setting and testing as []byte
  • Sometimes, the actual false positive rate may differ (slightly) from the theoretical false positive rate
  • A Bloom filter has two parameters: m, the number of bits used in storage, and k, the number of hashing functions on elements of the set
  • When you construct, you need to know how many elements you have (the desired capacity), and what is the desired false positive rate you are willing to tolerate
  • A Bloom filter can use much less storage than the original set


Programming Language

Go


Categories

Frameworks

This is an application that can also be fetched from https://sourceforge.net/projects/bloom-filters.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.



Latest Linux & Windows online programs


Categories to download Software & Programs for Windows & Linux