I am new to crystal and I really really love it. Sadly there seems to be some major lack of bindings…
Could not find anything for LZ4 compression. And nothing either for tokyo tyrant (tokyo cabinet server).
Can some Crystal wizard do some magic? I just discovered the language yesterday.
I am not sure if http framework people are aware, but as someone who come from perl and where it is pretty famous, there is something faster than libevent or libev: picoev
LZ4 bindings for crystal can be found at https://github.com/naqvis/lz4.cr . I’ve few other compressions formats pure crystal and/or bindings available on same github.