-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up/reduce memory footprint of the NAF function.
This uses two byte arrays instead of a large int array used for NAF (Non-Adjascent Form). This is a significant speedup using BenchmarkNAF, which reports that it's about 2.5-3x faster. It should also incur lower memory restrictions.
- Loading branch information
Showing
2 changed files
with
100 additions
and
77 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