vote up 0 vote down star

Hello, I recently discovered a site that set certain code kata.

One of the Kata caught my eye and set me looking into Bloom filters.

I'm using PHP and MySql.

I have a table with roughly 45,000 words to act as a dictionary and i've written the code to create a bloom filter array.

My questions are...

  1. At what point should the code run to create the Bloom filter array a) When the user access the page b) Every time a search is run c) Just once by me and then stored for future use d) something else entirely

  2. How should I store the array a) Keep it in an array b) Write to a text file c) Create a new table and store it there d) something else entirely

Any help from someone experienced with bloom filters would be a great help.

Cheers Hangfire

flag

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.