Doug Coleman
9f213f96f6
core: Add the shuffler words but without primitives.
...
The nipd branch slowed bootstrap by a minute, this patch does not.
sorry about changing the fjsc line endings...
2018-06-19 22:52:58 -05:00
Alexander Iljin
2ffa446f5b
*-docs: replace double spaces with single spaces
...
Code examples and other places where multiple spaces were used to align
text were left intact.
2017-06-05 13:16:07 -07:00
Doug Coleman
e189954ecc
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
2017-06-02 11:57:05 -05:00
John Benediktsson
e5ca25254e
bloom-filters: adding summary.txt.
2016-08-08 10:17:00 -07:00
John Benediktsson
ceb75057da
change ERROR: words from throw-foo back to foo.
2015-08-13 16:13:05 -07:00
Doug Coleman
66147f27b4
extra: use throw-foo for ERROR: change
2015-08-13 01:56:32 -07:00
John Benediktsson
a79f745a12
bloom-filters: use all? instead of "map [ ] all?".
2015-07-21 09:54:31 -07:00
John Benediktsson
dbdff8e880
bloom-filters: adding a working url.
2015-07-10 14:17:09 -07:00
Doug Coleman
892c62e1dc
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
2015-07-03 09:39:59 -07:00
Doug Coleman
59f3b1ea57
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
...
Needs a bit more work.
This reverts commit 7e54cc2824
.
2015-07-02 13:47:06 -07:00
Doug Coleman
7e54cc2824
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
2015-07-02 11:36:08 -07:00
John Benediktsson
0b60d6cc4c
bloom-filters: fix docs.
2013-04-04 16:06:01 -07:00
John Benediktsson
66693a786f
bloom-filters: cleanup interface a little bit.
2013-04-04 13:26:24 -07:00
John Benediktsson
1cd3be1fb2
bloom-filters: tons of speed.
2013-04-04 07:10:13 -07:00
John Benediktsson
1f45b8a4e3
bloom-filters: more speeeeeed.
2013-04-03 20:27:23 -07:00
John Benediktsson
8c8d8d0c14
bloom-filters: minor style improvements.
2013-04-03 15:20:49 -07:00
John Benediktsson
2e40bffccf
bloom-filters: performance improvements.
2013-04-03 15:11:08 -07:00
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