-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
Version 2.0 Proposal
This issue will be a discussion point to exchange ideas about version 2.0.
Big picture
The community is urging for a more java idiom version, and the current version can't handle these changes, that's why I'm proposing a new version, incorporating all the needs from the community in a broad discussion.
What about v2?
The new version must be compatible with original implementation as much as it can, without sacrificing java idiom. We will discuss how it will be implemented and the design considerations will be made here.
@cazacugmihai Proposal
- Use of char arrays and StringBuilder instead of Strings
- Precompute and cache recurrent operations
- Helper class (CharUtils) for working with char arrays
@iggymoran Proposal
- [] Relax MAX_NUMBER restriction
@KangoV Proposal
- [] BigInteger as input/output
Reference implementation PR #53.
fapdash, d3bt3ch and AndriusFromLTU