redex: added note about optimizations

This commit is contained in:
Robby Findler 2012-01-08 12:07:46 -06:00
parent fbed2d5af7
commit bb2ebb6ad6

View File

@ -5,7 +5,11 @@ v5.2.1
time, and various other internal cleanups).
* improved the way caching works so it uses about 1/5th memory and
speeds up the R6RS test suite by a factor of 2.
speeds up the R6RS test suite by about a factor of 2.
* added a number of optimizations to the pattern matcher that
speed up the R6RS test suite by 50% or so and speed up a
lambdaJS benchmark by about a factor of 25.
* added support for side-conditions and where clauses to
define-relation