Re: [MIT-Scheme-devel] Is it still a PORT?

2009-11-25 Thread Joe Marshall
Just pushed a few more changes. I wrote a simple benchmark which just involved reading 97800 symbols from a file. (The symbols were already interned). Before these latest changes, the median speed was 13872 symbols per second. These last changes put us at 14662 symbols per second. (For

Re: [MIT-Scheme-devel] Is it still a PORT?

2009-11-25 Thread Chris Hanson
Might be nice to have the benchmark in the tests directory. On Wed, Nov 25, 2009 at 3:19 PM, Joe Marshall jmarsh...@alum.mit.edu wrote: Just pushed a few more changes.  I wrote a simple benchmark which just involved reading 97800 symbols from a file.  (The symbols were already interned).