#memory-optimization

[ follow ]
#python
PythonSpeed
3 days ago
JavaScript

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. [ more ]
Realpython
4 months ago
Data science

What's Lazy Evaluation in Python? - Real Python

Python uses eager and lazy evaluation methods to determine when to compute values efficiently. [ more ]
PythonSpeed
3 days ago
JavaScript

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. [ more ]
Realpython
4 months ago
Data science

What's Lazy Evaluation in Python? - Real Python

Python uses eager and lazy evaluation methods to determine when to compute values efficiently. [ more ]
morepython
Lemire
1 week 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. [ more ]
[ Load more ]