[racket] How can I speed up this code?

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Jan 14 17:12:24 EST 2013

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.