> On Sep 14, 2016, at 4:24 PM, 'John Clements' via Racket Users 
> <racket-users@googlegroups.com> wrote:
> 
> Just in case this information is useful:
> 
> The “classical” hack here—Eli showed me this, I believe—is to write the data 
> out in the form of a file that “provide”s the specified datum, then compile 
> it to a “.zo” file. It seems plausible to me that loading a compiled .zo file 
> might be the fastest way of reading in data. Then again, if you use a 
> database as others have suggested you might be able to bypass racket’s 
> loading altogether.
> 
> John

Isn't fasl the format used in .zo files? 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to