Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Save data as Data to load later?

1 view
Skip to first unread message

ssecorp

unread,
Aug 8, 2008, 8:21:43 PM8/8/08
to
I am parsing massive data-sets and now that I have parsed them I could
save them as parsed in another file.

But then I have to parse them out of that file(which ofc is easy but
takes a while), is there way I could store the data as Data-objects or
something and just load it quickly when I start my program?

Mark T.B. Carroll

unread,
Aug 8, 2008, 8:51:27 PM8/8/08
to
ssecorp <circul...@gmail.com> writes:

It's probably not standard Haskell 98, but
http://code.haskell.org/binary/ is really quite nice.

Mark

0 new messages