#memory-optimization

[ follow ]
fromWIRED
1 month ago
OMG science

Why Adding a Full Hard Drive Can Make a Computer More Powerful

Catalytic computing offers a way to optimize computation by utilizing memory more effectively than previously thought.
fromtowardsdatascience.com
2 months ago
Environment

Don't Let Conda Eat Your Hard Drive

Conda environments significantly impact hard drive space, requiring management techniques to mitigate storage issues.
fromInfoQ
2 months ago
Agile

Git 2.48: Modernized with Meson Build System, Memory Leaks Fixed

Git 2.48 introduces support for the Meson build system, enhancing modern development practices.
Tech industry
fromTheregister
3 months ago

Windows 11 24H2 can run - sort of - in 184MB

Windows 11 24H2 can surprisingly run on just 184MB of memory, demonstrating significant optimization and highlighting its historically bloated requirements.
fromHackernoon
1 year ago
Miscellaneous

Memory Challenges in LLM Serving: The Obstacles to Overcome | HackerNoon

LLM serving throughput is limited by GPU memory capacity, especially due to large KV cache demands.
fromInfoQ
7 months ago
DevOps

AWS Launches Graviton4-Powered Memory-Optimized EC2 X8g Instances for High-Memory Workloads

AWS's Graviton4-powered EC2 X8g instances provide significant performance enhancements and are optimized for high-memory workloads.
JavaScript
fromPythonSpeed
7 months ago

Let's build and optimize a Rust extension for Python

Rust provides modern tooling, Python integration, and safety features that enhance performance and reduce memory usage compared to traditional compiled languages.
fromLemire
7 months ago
JavaScript

Replace strings by views when you can

Using a single string buffer for integers drastically reduces memory consumption compared to multiple std::string instances.
[ Load more ]