zlacker

[parent] [thread] 1 comments
1. qwerty+(OP)[view] [source] 2024-06-06 06:39:20
Be careful, doing str(num) requires python to convert the binary representation it has num stored as to a decimal. (C)Python implements a quadratic time change of basis algorithm. This is slow enough that now for very large inputs python will raise "ValueError: Exceeds the limit (4300 digits) for integer string conversion"
replies(1): >>smarkl+Jb
2. smarkl+Jb[view] [source] 2024-06-06 08:33:04
>>qwerty+(OP)
assuming python
[go to top]