erlpack icon indicating copy to clipboard operation
erlpack copied to clipboard

Optimize Remaining Parts of Decoder

Open jhgg opened this issue 9 years ago • 0 comments

Current iteration of decoder is mainly a cython compile/port of the erlastic decoder. I've optimized it to meet our needs of decoding lots of unsigned 64 bit integers, but I want to also redo the rest of it properly soon. Also, I think I can optimize our hot code paths further.

jhgg avatar Dec 24 '15 02:12 jhgg