python implementation of a new integer encoding algorithm.

janhein.vanderburg at gmail.com janhein.vanderburg at gmail.com
Tue Feb 17 06:22:47 EST 2015


In http://optarbvalintenc.blogspot.nl/ I propose a new way to encode arbitrarily valued integers and the python code that can be used as a reference for practical implementations of codecs.

The encoding algorithm itself is optimized for transmission and storage requirements without any processor load consideration whatsoever.

The next step is the development of the python code that minimizes processor requirements without compromising the algorithm.

Is this the right forum to ask for help with this step or to obtain references to more suitable platforms?

Thanks in advance,
Jan-Hein.



More information about the Python-list mailing list