efficient lexicographic encoding of numbers
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordan Orelli d999c5da6a readme + license 10 years ago
LICENSE readme + license 10 years ago
README.md readme + license 10 years ago
elen.pdf added whitepaper 10 years ago
lexnum.go hi 10 years ago
lexnum_test.go hi 10 years ago

README.md

lexnum

lexnum provides a lexicographic encoding of numbers. It is based off of the ideas presented in Peter Seymour's Efficient Lexicographic Encoding of Numbers. The paper's original source can be found at http://www.zanopha.com/docs/elen.pdf, but it is re-hosted here for posterity.