Y
Hacker News
new
|
ask
|
show
|
jobs
by
Aardwolf
2490 days ago
They're using base 10 which is much slower to use here than power of 2 bases would be. Plus then also the memory management for the string.
1 comments
viraptor
2490 days ago
The memory management will virtually never kick in. You'd need a number which expands to more than 100 characters for that to happen.
link