The nat->string code allows any base -- or at least it did -- but it was
not exposed in the Int APIs. Maybe you'll want to access the sources.

On Sun, Jul 23, 2017 at 8:34 PM, me <yout...@z505.com> wrote:

>
>
> On Saturday, July 22, 2017 at 9:37:16 AM UTC-6, Rémy Oudompheng wrote:
>>
>>
>> The most annoying issue you might encounter is that if your 2GB
>> strings are numbers printed in base 10, the math/big will not be able
>> to parse them in a reasonable time using the standard method
>> (SetString).
>>
>> Rémy.
>>
>
> 2GB is just a rough estimate, it can be maybe 300MB (that's fine too).
> The point is I will be working with massive numbers - not important
> exactly how big, but, bigger is better.
>
> I will indeed be printing in Base 10, but also in Base 27 of my own number
> system I invented using characters (A-Z plus underscore) for a new
> mathematical theory.
> That's to start, then maybe some other base used later greater than 27,
> but will still need to convert to base 10 often.
>
> I have downloaded your bigfft from github and will be doing work with it,
> thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Michael T. Jones
michael.jo...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to