#memory-optimization

[ follow ]
Software development
fromTheregister
6 days ago

Brave refurbishes Rust adblock engine for memory gain

Brave's reworked Rust adblock engine reduces memory consumption by about 75%, saving roughly 45 MB per platform and improving battery life and multitasking.
Python
fromPythonmorsels
2 months ago

__slots__ for optimizing classes

__slots__ replaces per-instance __dict__ with fixed named slots, preventing dynamic attribute assignment and reducing memory and attribute lookup overhead.
Python
fromPythonmorsels
2 months ago

__slots__ for optimizing classes

Using __slots__ removes the per-instance __dict__, restricts allowed attributes, and improves memory usage and attribute access speed.
Python
fromTechBeamers
4 months ago

Python Memory Tricks to Boost Performance

Use Python 3.13's mimalloc and memory-aware coding techniques to reduce memory usage and prevent MemoryError and leaks.
Artificial intelligence
fromHackernoon
1 year ago

Time Space Breakthrough, Ancient Memory Systems & An I-Ching Inspired Hyper-Stack Scheduler | HackerNoon

Memory is the key limitation in AI and computing, with RAM often dictating the achievable scale.
Software development
fromInfoQ
6 months ago

Grafana Tempo 2.8 Released: Major TraceQL Enhancements and Memory Optimizations

Tempo 2.8 significantly enhances memory efficiency and introduces new features to TraceQL.
[ Load more ]