Results 2 issues of Tedo Sijses

| :Ready: | :Refactor: | :yes: | :--: | ## Problem A lot of garbage was being created while trying to find PDAs. ## Solution Merge Create and Find so...

When using BigInteger, internally an array is allocated to hold the data for the BigInteger. This scales dynamically when using the BigInteger. Because they are immutable, every operation with these...