Y
Hacker News
new
|
ask
|
show
|
jobs
by
riffraff
4547 days ago
I have no idea of the size in other language implementations, but notice 40 bytes is on x86-64, on 32 bit it's either 20 or 24.
1 comments
joevandyk
4547 days ago
this is why running large ruby apps on 64 bit OSs can take up a lot more memory than 32 bit.
link
riffraff
4547 days ago
isn't that true of most platforms? I know the JVM has compressed OOPS to limit this issue, but I am not aware of similar things elsewhere.
link