Commit Graph

16 Commits (fd96103d50271266f053adacf43ff4004ed7f4c4)

Author SHA1 Message Date
Joe Groff 2bd6de9a02 slots: pre-create the "at", "nth", and "global" slots to make deterministic the currently nondeterministic ambiguity between accessors:change-* and assocs:change-at, sequences:change-nth, and namespaces:change-global 2011-09-19 10:03:43 -07:00
Slava Pestov ad6d8556e0 Change [0,b) usages to iota 2010-01-15 08:05:50 +13:00
Doug Coleman 4c71d71907 random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
Slava Pestov df4fb4a3ee Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
Keith Lazuka 405e5d015b docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
Slava Pestov 3e27d06914 layouts: most-positive/negative-fixnum return fixnums now 2009-09-29 22:27:54 -05:00
Doug Coleman 9777de8c35 manually apply alec's patch for bloom filters 2009-08-27 16:03:45 -05:00
Alec Berryman bf81b19ed7 bloom-filters: fix tests on 64-bit machines
Lose the test that might actually create a very large bit-array and use
a number of elements that will be big enough, whatever the platform.
Now tested on a 64-bit machine.
2009-05-12 19:50:19 -04:00
Slava Pestov 8137ec68ea Temporarily comment out two unit tests in bloom-filters which caused Factor to run out of memory 2009-05-12 05:47:50 -05:00
Alec Berryman 5a9aa07f15 bloom-filters: fewer fried quots 2009-05-10 19:41:39 -04:00
Alec Berryman 713f0db0a2 bloom-filters: clean up indices code
Extricating mod from hash creation makes it a little nicer.
2009-05-10 18:19:20 -04:00
Alec Berryman 8c26783455 bloom-filters: clean help-lint 2009-05-10 12:50:26 -04:00
Alec Berryman e6f8aafe5f bloom-filters: use infix syntax 2009-05-10 12:47:10 -04:00
Alec Berryman 3e3f08c6e5 bloom-filters: clean up creation
More readable, less allocation, signals invalid input.
2009-05-10 12:46:13 -04:00
Alec Berryman c2482fe2bf bloom-filters: simplify several functions 2009-05-09 00:05:03 -04:00
Alec Berryman e3d5d8bef0 bloom-filters: compact, probabilistic membership testing 2009-05-07 23:07:10 -04:00