John Benediktsson
|
7bf3cf4922
|
hints: should hint on split not split,
|
2013-03-27 16:21:32 -07:00 |
John Benediktsson
|
f285d4db3f
|
splitting: add split*-when-slice and change to not use make.
|
2013-03-27 16:19:56 -07:00 |
John Benediktsson
|
9341a660a2
|
benchmark.splitting: adding a splitting benchmark.
|
2013-03-27 16:12:08 -07:00 |
John Benediktsson
|
6fd25b6668
|
splitting: adding split1-when-slice and split-when-slice.
|
2013-03-27 16:00:16 -07:00 |
John Benediktsson
|
411306c0b8
|
vm: adding bignum_gcd note.
|
2013-03-27 14:53:56 -07:00 |
John Benediktsson
|
b7cb67bf76
|
math.parser: faster number>string.
|
2013-03-27 14:47:46 -07:00 |
John Benediktsson
|
fdb4e74cc6
|
xml.errors: fix extra-attr to use an array.
|
2013-03-27 10:04:58 -07:00 |
John Benediktsson
|
5e0e6119e3
|
compiler.tree.propagation.transforms: intersect and diff should return type of set2.
|
2013-03-27 07:21:39 -07:00 |
John Benediktsson
|
77a3641bb6
|
compiler.tree.propagation.transforms: also fix diff.
|
2013-03-26 19:06:05 -07:00 |
John Benediktsson
|
c4d832ce4d
|
compiler.tree.propagation.transforms: fix intersect and add intersects?.
|
2013-03-26 19:04:50 -07:00 |
John Benediktsson
|
3d9b1f4adb
|
hash-sets: inline >hash-set to speed up set operations.
|
2013-03-26 17:51:59 -07:00 |
John Benediktsson
|
e6d4b9054e
|
benchmark.hash-sets: do more benching (create sets in a literal).
Don't run the "intersects?" test on old hash-sets, they are sloooooow.
|
2013-03-26 17:42:41 -07:00 |
John Benediktsson
|
1f13eefad2
|
hash-sets: slightly faster filter-members.
|
2013-03-26 17:42:41 -07:00 |
John Benediktsson
|
daaf090459
|
hash-sets: faster intersect and diff, when both are hash-sets.
|
2013-03-26 17:42:40 -07:00 |
John Benediktsson
|
ac8473e0ea
|
hash-sets: faster subset? and set= when both are hash-sets.
|
2013-03-26 17:42:40 -07:00 |
John Benediktsson
|
200e37671f
|
hash-sets: faster intersects?.
|
2013-03-26 17:42:40 -07:00 |
John Benediktsson
|
28b194d5fc
|
sets: inline small/large.
|
2013-03-26 17:42:40 -07:00 |
John Benediktsson
|
92c0faa918
|
hash-sets: simpler code.
|
2013-03-26 17:42:40 -07:00 |
John Benediktsson
|
e25fe7c7cc
|
sets: encourage re-use by adding (intersect) and (diff).
|
2013-03-26 17:42:40 -07:00 |
Doug Coleman
|
08715bae04
|
os-macosx.mm: Use uname() instead of Gestalt for version check. Allow 10.5 and over still. Fixes #585. Fixes #815. Thanks @erikcharlebois and @jckarter for the motivation and the fix.
|
2013-03-26 16:53:09 -07:00 |
John Benediktsson
|
3e209587c5
|
math.extras: adding round-to-even.
|
2013-03-26 14:36:05 -07:00 |
John Benediktsson
|
814cdaf26d
|
math.functions: clarify rounding behavior.
|
2013-03-26 14:35:38 -07:00 |
John Benediktsson
|
4c941e8996
|
math.functions: speed up round (thanks Loryn Jenkins!)
|
2013-03-26 14:22:21 -07:00 |
Doug Coleman
|
891f6fef36
|
Config.macosx: Unleash the hounds! Enable 10.6 compatibility as an experiment. Not sure the downside to always leaving it enabled...
|
2013-03-26 13:39:05 -07:00 |
John Benediktsson
|
fa534d2507
|
benchmark.fib8: adding super-fast fibonacci benchmark.
|
2013-03-26 11:48:01 -07:00 |
John Benediktsson
|
6f5efb83f2
|
benchmark.fib7: adding matrix fibonacci benchmark.
|
2013-03-26 11:47:52 -07:00 |
John Benediktsson
|
5a99bbaf1d
|
io.directories.unix: style fix to line up code.
|
2013-03-25 19:47:56 -07:00 |
Doug Coleman
|
2b33dde782
|
vm: Add more Allocates memory comments.
|
2013-03-25 17:52:30 -07:00 |
John Benediktsson
|
d25fb6161e
|
bootstrap.image: 6-7% speedup to make-image.
|
2013-03-25 16:59:38 -07:00 |
Doug Coleman
|
86649ce1c0
|
vm: More allocates comments.
|
2013-03-25 14:05:05 -07:00 |
Doug Coleman
|
dbfa185eef
|
vm: Standardize /* Allocates memory */ comments so you can grep -A1
and see if a function allocates for easier debugging of the gc.
A couple of the functions were not yet annotated.
|
2013-03-25 12:00:18 -07:00 |
Doug Coleman
|
3bdb788709
|
tools.coverage: Fix docs
|
2013-03-25 11:57:25 -07:00 |
Doug Coleman
|
8799cdb359
|
audio.engine: Fix docs
|
2013-03-25 11:57:25 -07:00 |
Doug Coleman
|
4bb509ccdf
|
io.encodings.strict: Fix docs
|
2013-03-25 11:57:25 -07:00 |
Doug Coleman
|
cbfb1422c8
|
grouping: Fix docs
|
2013-03-25 11:57:25 -07:00 |
Doug Coleman
|
8865b9401d
|
webapps.pastebin: Fix renamed
|
2013-03-25 11:57:25 -07:00 |
Doug Coleman
|
d4078b728d
|
html.components: Fix test name
|
2013-03-25 11:57:25 -07:00 |
John Benediktsson
|
2b030bc068
|
compression.zlib: faster by using byte-vectors.
|
2013-03-25 11:36:08 -07:00 |
John Benediktsson
|
c3917cdd02
|
math.extras: adding normalized compression distance and compression based dissimilarity.
|
2013-03-25 10:33:41 -07:00 |
Doug Coleman
|
4ffbfc2602
|
basis/extra: Fix load errors
|
2013-03-24 22:19:28 -07:00 |
Doug Coleman
|
542e7cd95e
|
lists: Fix lists
|
2013-03-24 21:48:40 -07:00 |
Doug Coleman
|
90cde3fde9
|
html.components: Fix load
|
2013-03-24 21:40:39 -07:00 |
Doug Coleman
|
efc2dedab4
|
io.pools: Fix load
|
2013-03-24 21:40:29 -07:00 |
John Benediktsson
|
b099cbb1f2
|
math.extras: adding docs for majority.
|
2013-03-24 20:14:17 -07:00 |
John Benediktsson
|
872e3c4e83
|
splitting: string-lines docs say it returns strings, so do that.
|
2013-03-24 19:45:29 -07:00 |
John Benediktsson
|
3ce93bf86f
|
math.extras: adding majority vote algorithm.
|
2013-03-24 19:39:34 -07:00 |
John Benediktsson
|
31d6fb178a
|
combinators.extras: adding cleave-array.
|
2013-03-24 19:34:39 -07:00 |
John Benediktsson
|
6c0bb0f343
|
sequences.extras: adding map-find-index.
|
2013-03-24 19:12:09 -07:00 |
John Benediktsson
|
b412cab5c7
|
peg.search: create a stream-tree-write.
|
2013-03-24 17:29:48 -07:00 |
John Benediktsson
|
3395cdd063
|
build-support: fix macosx check for XCode warning.
|
2013-03-24 17:06:29 -07:00 |