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.

Reply via email to