Justin Ethier
|
f3f5df4f9c
|
Version bump
|
2016-11-07 18:06:35 -05:00 |
|
Justin Ethier
|
46a4fa2d37
|
Issue #127 - Allow cond-expand to check for libs
|
2016-10-25 17:09:33 -04:00 |
|
Justin Ethier
|
3e134e939e
|
WIP for cond-expand library form
|
2016-10-24 09:36:42 +00:00 |
|
Justin Ethier
|
0feb1b1054
|
Added stub
|
2016-10-24 07:39:12 +00:00 |
|
Justin Ethier
|
1451bf7f8e
|
Added (library-exists?)
|
2016-10-24 03:09:59 +00:00 |
|
Justin Ethier
|
024b384f7a
|
Issue #128 - Added exact-integer-sqrt
|
2016-10-24 03:02:53 +00:00 |
|
Justin Ethier
|
b55ff76701
|
Issue #112 - Final version of the reader
|
2016-10-24 01:41:39 +00:00 |
|
Justin Ethier
|
d6881ed7d9
|
Parse inf/nan directly
|
2016-10-24 17:40:28 -04:00 |
|
Justin Ethier
|
b1ca2627d1
|
Issue #112 - Compilation of nan/inf
|
2016-10-24 17:15:32 -04:00 |
|
Justin Ethier
|
7b1e3ce5f7
|
Issue #112: Allow reader to recognize inf and nan
|
2016-10-24 00:24:16 +00:00 |
|
Justin Ethier
|
c71163fcf9
|
Allow floating point divide-by-zero.
|
2016-10-24 00:09:31 +00:00 |
|
Justin Ethier
|
9aa0245675
|
Stub for exact-integer-sqrt
|
2016-10-23 21:33:41 +00:00 |
|
Justin Ethier
|
51577cbb60
|
Issue #126 - Selectively compile AI_ALL and AI_V4MAPPED
|
2016-10-23 20:07:45 +00:00 |
|
Justin Ethier
|
2d8014021c
|
Releasing 0.3
|
2016-10-21 17:06:24 -04:00 |
|
Justin Ethier
|
0efd25e711
|
Build networking examples
|
2016-10-21 16:00:33 +00:00 |
|
Justin Ethier
|
7a4dd1c6e7
|
More benchmarks
|
2016-10-21 15:38:29 +00:00 |
|
Justin Ethier
|
581815c9f9
|
More benchmarks
|
2016-10-21 14:52:17 +00:00 |
|
Justin Ethier
|
6b2cade8ae
|
More results
|
2016-10-21 14:29:19 +00:00 |
|
Justin Ethier
|
4aa6d13d42
|
Sync results
|
2016-10-21 13:32:49 +00:00 |
|
Justin Ethier
|
a4450ac731
|
Added more benchmark results for a baseline
|
2016-10-20 18:31:07 -04:00 |
|
Justin Ethier
|
36a4e97bf1
|
Formatting
|
2016-10-20 01:31:30 -04:00 |
|
Justin Ethier
|
e29f3c6e65
|
Bump to v0.3
|
2016-10-20 01:29:36 -04:00 |
|
Justin Ethier
|
e719eaeeb3
|
Reverted previous change
|
2016-10-19 01:15:29 -04:00 |
|
Justin Ethier
|
b44308f03b
|
Minor speed increase
|
2016-10-18 21:31:07 -04:00 |
|
Justin Ethier
|
3ee2b290fb
|
Performance improvements
|
2016-10-18 21:27:58 -04:00 |
|
Justin Ethier
|
fb54796d53
|
Optimize certain assoc and member function calls
|
2016-10-18 03:08:37 -04:00 |
|
Justin Ethier
|
b8bcdb89dc
|
Primitive member/assoc functions
|
2016-10-17 23:49:20 -04:00 |
|
Justin Ethier
|
e636f40f99
|
Revert memq, memv, assq, assv back to primitives
|
2016-10-17 23:42:53 -04:00 |
|
Justin Ethier
|
86e3b0fbd9
|
Code formatting
|
2016-10-15 18:39:49 -04:00 |
|
Justin Ethier
|
aa822470ce
|
Performance improvements
|
2016-10-15 18:34:46 -04:00 |
|
Justin Ethier
|
7b6e393668
|
Use fast version of member
|
2016-10-15 18:19:18 -04:00 |
|
Justin Ethier
|
54a47242bf
|
Adding assoc/member C functions back
|
2016-10-15 17:57:46 -04:00 |
|
Justin Ethier
|
5d7051819a
|
Temporarily adding these files
|
2016-10-15 17:39:01 -04:00 |
|
Justin Ethier
|
5a8cdc3518
|
More fixes for the same reversal bug
|
2016-10-15 16:45:37 -04:00 |
|
Justin Ethier
|
8f14fd3328
|
Fix order of operations
|
2016-10-15 16:34:13 -04:00 |
|
Justin Ethier
|
ad2981168c
|
Added a note about inlining
|
2016-10-14 18:40:00 -04:00 |
|
Justin Ethier
|
1326d0d5c2
|
Added fast mul/div
|
2016-10-14 18:07:00 -04:00 |
|
Justin Ethier
|
fa53f1225e
|
Add fast numeric comparisons
|
2016-10-15 02:37:13 -04:00 |
|
Justin Ethier
|
bdd3edfe4f
|
Added fast-sub
|
2016-10-14 23:19:09 -04:00 |
|
Justin Ethier
|
5d089b83eb
|
Bugfix, do not add & for "fast" functions
|
2016-10-14 23:10:16 -04:00 |
|
Justin Ethier
|
cf735c7917
|
Integrating fast sum
|
2016-10-14 22:41:08 -04:00 |
|
Justin Ethier
|
d456658077
|
Added prim/c-var-pointer
|
2016-10-14 22:02:37 -04:00 |
|
Justin Ethier
|
2019937b97
|
WIP
|
2016-10-13 18:55:37 -04:00 |
|
Justin Ethier
|
acaea412ea
|
WIP
|
2016-10-13 18:32:15 -04:00 |
|
Justin Ethier
|
96c3893cb6
|
WIP, added notes
|
2016-10-14 04:26:14 -04:00 |
|
Justin Ethier
|
3e037950bf
|
Testing Cyc_fast_sum and Cyc_fast_sub
|
2016-10-14 00:33:20 -04:00 |
|
Justin Ethier
|
bf82a120a4
|
WIP
|
2016-10-14 00:22:04 -04:00 |
|
Justin Ethier
|
4540a65038
|
Fix missing notation
|
2016-10-13 21:19:50 -04:00 |
|
Justin Ethier
|
d8c79105ca
|
Remove extraneous parens
|
2016-10-12 18:18:14 -04:00 |
|
Justin Ethier
|
99cfb081c4
|
Fix srfi 128 links in the index
|
2016-10-12 18:10:45 -04:00 |
|