Re: [Haskell] ANNOUNCE: swapper: Transparently swapping data from in-memory structures to disk

2011-08-30 Thread Roman Smrž
Hi On Tue, Aug 30, 2011 at 12:24:44AM +0200, Jeremy Shaw wrote: > Lemmih and I have talked about doing something like this in theory. > > But having it in reality is much, much better :) It's nice to hear that someone's interested :) > Have you considered switching to acid-state and safecopy? F

Re: [Haskell] ANNOUNCE: swapper: Transparently swapping data from in-memory structures to disk

2011-08-29 Thread Jeremy Shaw
Epic! Lemmih and I have talked about doing something like this in theory. But having it in reality is much, much better :) Have you considered switching to acid-state and safecopy? Future versions of happstack will use those instead of happstack-data and happstack-state. (And, there is no reason

[Haskell] ANNOUNCE: swapper: Transparently swapping data from in-memory structures to disk

2011-08-29 Thread Roman Smrž
The package swapper provides a wrapper for functors, which allows their data to be automatically and transparently swapped to disk and loaded back when necessary. The version 0.1 is the first public one. Hackage: http://hackage.haskell.org/package/swapper Github: http://github.com/roman-smrz/swapp