-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update main.go * Reduce file mem alloc - reduce file size buffer from 4gb to 2gb to better ensure all environments can run it * Update buffer to 1 GB So the reason I'm dropping from 4gb -> 1 GB is because I really do not want any strong hardware constraints on operating the tool in different environments that may have limited memory allocated. The allocation is also used for any file reading. Despite a bigger buffer being faster, its not typical enough to drastically change the program and is a more niche use case. * Add ability for -w to be a range Added the ability for -w to be a range instead of a single integer. Updated all templates and associated documentation. * Message updates Update message text * debug feedback update for mask-swap * Fix partial swaps - Issue was found that the logic for reflected tokens was adding invalid cases. Decision was made to remove the additional logic and edit the unit test. - Unit test has been edited for ShuffleMap * Update swap regex Regex did not include ?b masks * Documentation updates * Update main.go
- Loading branch information
Showing
14 changed files
with
156 additions
and
119 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
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
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.