#memory-usage

[ follow ]
fromHackernoon
3 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
4 weeks 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
fromEvanhahn
1 month ago

When Array uses less memory than Uint8Array (in V8)

Uint8Arrays have overhead that makes them larger than equivalent Arrays initially, but they become more compact after about 150 elements.
Node JS
[ Load more ]