[racket] How can I speed up this code?

From: J G Cho (gcho at fundingmatters.com)
Date: Tue Jan 15 10:44:07 EST 2013

Make a huge difference.

On Mon, Jan 14, 2013 at 5:52 PM, J G Cho <gcho at fundingmatters.com> wrote:
> Will give it a try.
>
> Thanks.
>
> On Mon, Jan 14, 2013 at 5:12 PM, Eli Barzilay <eli at barzilay.org> wrote:
>> A few minutes ago, J G Cho wrote:
>>>
>>> I did a onetime read of json and then wrote out as SEXP. I noticed
>>> the slowness persisted despite that.
>>
>> If you want to save the data in a readable format that is fast to
>> consume again later, see `s-exp->fasl'.
>>
>> --
>>           ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>>                     http://barzilay.org/                   Maze is Life!

Posted on the users mailing list.