-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a custom float encoding to reduce the number of log types and dic…
…tionary variables (#38) The custom encoding: * encodes the float's displayed precision, eliminating the precision from the log type, which in turn eliminates redundant log types where the only difference was the float's precision. * encodes an additional decimal digit precisely, reducing the number of float variables that would end up in the variable dictionary. * is faster than the previous IEEE-754 encoding and decoding process.
- Loading branch information
1 parent
20af5f2
commit 6e71307
Showing
8 changed files
with
206 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.