Commit Verlauf

Autor SHA1 Nachricht Datum
  dstromberg e5d0cac903 Initial checkin. Just counts set bits in a file vor 13 Jahren
  dstromberg 7141a73d63 Do one test with bloom_filter_mod.get_bitno_seed_rnd vor 13 Jahren
  dstromberg d46261638d Temporarily moved 32 bit concerns into callers, in preparation for abstracting and adding file support vor 13 Jahren
  dstromberg 4003b4047f Message on type error for hasing. Do not check isinstance long, because long does not exist in Python 3.x vor 13 Jahren
  dstromberg 0ae38f12fc May as well test with pypy by default, since the tests take a while vor 13 Jahren
  dstromberg 2c101e4dba Few minor README improvements vor 13 Jahren
  dstromberg a25d6d3e22 Extended to deal with hashing ints and longs vor 13 Jahren
  dstromberg 99fdbd50c2 PEP8 fixes vor 13 Jahren
  dstromberg 6c6f6c464b Improved comments a bit vor 13 Jahren
  dstromberg eb30948b25 Initial checkin vor 13 Jahren
  dstromberg 9a6eae213e Made compatible with 3.x again vor 13 Jahren
  dstromberg 0001d93ae4 Added back 3.x support vor 13 Jahren
  dstromberg 976f1e708a Interpreter order vor 13 Jahren
  dstromberg f4cb2f1aca Use pypy 1.6 instead of 1.5 vor 13 Jahren
  dstromberg 3d715c458e Use math.ceil when computing Evens length vor 13 Jahren
  dstromberg 5deb38eba4 New get_index_bitmask_lin_comb generator that gives a much more expected error rate vor 13 Jahren
  dstromberg 51b0df0662 Variable name changes. Better doc, mapping literature's single character variables to ours. Simplified some expressions using temporary variables. Avoided recomputing length of array_ over and over. vor 13 Jahren
  dstromberg 2ae9a8ae81 Variable name changes. User output wording. vor 13 Jahren
  dstromberg 1900ff6240 Greatly expanded unit tests, uncovered a problem wi0th error probability vor 13 Jahren
  dstromberg 8bd2ed295b Significant improvement to the test suite vor 13 Jahren
  dstromberg 10bad30ac1 Improved a docstring vor 13 Jahren
  dstromberg 8c60462a85 Lots of pep8-related chanages vor 14 Jahren
  dstromberg d7667bb48a Updated a comment vor 14 Jahren
  dstromberg cc03719548 Test the &= and |= operators. Also incidentally test += operator. Bugfixes for same vor 14 Jahren
  dstromberg 3b5c6d9df9 Test with a bunch of python interpreters again vor 14 Jahren
  dstromberg 11b88ac0dd Allow reversing the order of the subtests vor 14 Jahren
  dstromberg f3eac0c4ea Use a smaller number of trials, and a larger error rate on the large test vor 14 Jahren
  dstromberg 86a0e9f3d3 Just use pypy for testing vor 14 Jahren
  dstromberg 5708ab4a6b A little more thorough testing vor 14 Jahren
  dstromberg cf18ebb68a Gave it a little more user-friendly constructor: So we pass ideal_num_elements and error_rate instead of arcana vor 14 Jahren