Google's SNAPPY algorithm implementation in javascript (client side) -
i need use snappy compress data client side (javascript code), send server side, receive data server side , decompress @ client side (javascript code).
concern 1: this answer not appreciate native javascript implementation. do?
concern 2: appreciate if may provide pointer on how go or reference regarding same.
what shall implication, in case snappy algorithm gets new release or bug fix - have to maintain overhead of updating client side implementation? suggestions... ?
you might use emscripten, c/c++ js compiler on https://github.com/andikleen/snappy-c or http://code.google.com/p/snappy/ itself
Comments
Post a Comment