[plt-scheme] Compression dictionary
On Oct 5, Jay McCarthy wrote:
> One thought...
>
> The JS can make an AJAX request for the search file and the web server
> can serve it gzipped, because most browsers support on the fly
> decompression. Then that file would be received by JS in plain-text
> and it could parse/eval it.
I suspect that this will work poorly when the ajax request is done to
a `file://' url... but in any case the major time issue is evaluating
and getting all that data into the runtime.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!