Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: How are you guys representing 256-bit ints in C/C++?
by
larry_vw_1955
on 17/11/2022, 23:25:16 UTC
⭐ Merited by JayJuanGee (1)


It's a shame that all this works flawlessly in Python, but the runtime makes everything prohibitively slow.

ya python makes dealing with huge integers so simple it almost feels like you're cheating. would that every programming language could be like python in that way.