×
The Ruby and Rails community linklog
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Comments
Don’t ask me what to use it for. I don’t really have any idea. I just saw smaz, though it was cool, and fancied a little side project :)
Why not just create a binding?
Official answer: I like to keep things cross implementation and cross platform/architecture compatible as possible, even at the cost of speed. It would be easy to use FFI to call up the smaz library if you wanted to, of course.
Real answer: I just wanted to enjoy implementing it.
I’m actually looking for a compression algorhythm optimized for text and speed. However, “short strings” doesn’t sound suitable for my specific needs on this one.
Post a comment