blowhacker / snappy

Automatically exported from code.google.com/p/snappy
Other
0 stars 0 forks source link

Query on Snappy algorithm.. #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all,

Sorry for posting my query here,

I need to back one million small files ranging from 5kb to 1MB . I follow the 
steps below,

1. Read files in 7200 bytes.
2. Compress it.
3. And send to server.

I m trying Snappy algorithm for compression. Can i get fixed length of 
bytes(say 1.5MB) as a compressed output each time . Using Zlib's dictionary i 
was able to attain that. But Zlib seems to be slower , so i opted for snappy 
algorithm. How can i use the dictionary concept in snappy algorithm 
effectively. ?? 

Thanks

./Shiva

Original issue reported on code.google.com by vsselva...@gmail.com on 26 Mar 2013 at 2:06

GoogleCodeExporter commented 9 years ago
This is not a bug report, and was answered on the mailing list.

Original comment by se...@google.com on 2 Apr 2013 at 11:03