#generators

[ follow ]
fromAntocuni
14 years ago
Python

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.
React
fromAlex MacArthur
4 months ago

I think the ergonomics of generators is growing on me.

JavaScript's recent syntactic sugar enhances programming by addressing real pain points, while the practical use of generator functions remains less established.
[ Load more ]