#memory-usage

[ follow ]
Python
fromAntocuni
14 years ago

Improving Memory Behaviour to Make Self-Hosted PyPy Translations Practical

Deallocating unused JIT-generated loops via a loop_longevity policy dramatically reduces PyPy translation memory usage, enabling successful 32-bit compilations and lower RAM on 64-bit.
fromHackernoon
5 months ago

As the Go Ecosystem Continues Grow, gopls Continues to Scale | HackerNoon

The v0.12 release of gopls features a core rewrite that allows it to scale to larger codebases, enhancing performance and reducing memory usage significantly.
Miscellaneous
fromwww.scientificamerican.com
2 months ago

New Proof Dramatically Compresses Space Needed for Computation

“This result shows the prior intuition is completely false,” Williams says. “I thought there must be something wrong [with the proof] because this is extremely unexpected.”
Science
Node JS
fromEvanhahn
3 months ago

When Array uses less memory than Uint8Array (in V8)

Using Uint8Array saves memory for large arrays of byte-sized integers after about 150 elements.
[ Load more ]