DiTo97 / alphacodings

base26 and base52 encodings
MIT License
1 stars 0 forks source link

support GMP for variable-size numbers #13

Open DiTo97 opened 3 weeks ago

DiTo97 commented 3 weeks ago

ATM, C++ cannot handle strings larger than eight characters.

any idea how to bundle GMP at build time?

https://github.com/DiTo97/alphacodings/blob/63162b6d835e83a7f990bacac3b0b405e8e6aca9/tests/_core/test_base26.py#L10

https://github.com/DiTo97/alphacodings/blob/63162b6d835e83a7f990bacac3b0b405e8e6aca9/tests/_core/test_base52.py#L10

DiTo97 commented 1 week ago

being discussed in https://github.com/aleaxit/gmpy/issues/509