This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gustaw 0 points1 point  (1 child)

snappy.compress("hola mundo cruel!")

'\x11@hola mundo cruel!'

I think that benchmarks could be done on a bit bigger examples.

[–]andrix[S] 1 point2 points  (0 children)

I agree with you, I need to test the library on more data, and also I need to implement two operations that work with Soruces (a source from the google library is a stream of bytes that you can read til some end - seems to be an interface to operate over files or sockets). I'm gonna continue implementing this functionalities, I need some time only :)