[erlang-questions] Large Flat file operations - optimization.

Max Lapshin max.lapshin@REDACTED
Mon Jun 18 14:02:58 CEST 2012


On Mon, Jun 18, 2012 at 3:58 PM, Bob Ippolito <bob@REDACTED> wrote:
> If your use case is streaming and the files are big you might be better off
> serializing with disk_log, although you won't get any compression that way.
>


Using option [compressed] in erlang:term_to_binary can compress my
data 100 times



More information about the erlang-questions mailing list