WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.4K

(post is archived)

[–] 2 pts 1y

And that's gotten worse with 64-bit's support of near limitless RAM. Add in some Pajeet programming (which is probably cut and paste from random internet forums) and you've got a hellava mess.

[–] 3 pts 1y

Plus, switching from 32-bit to 64-bit also doubles the size of a memory pointer, which significantly grows the memory footprint of most apps in unexpected ways. For example a simple map is implemented as a node tree, each node containing a couple pointers to other nodes. Now every element added to the map needs another 8 bytes of overhead.