diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2018-07-09 06:11:40 +0100 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2018-07-23 06:55:39 -0700 |
commit | e0fb54f5751e93bcb36eccc00681a9afc35e1c37 (patch) | |
tree | 904cea6452cb5651e429db327417a834f813f8cb /numpy/_import_tools.py | |
parent | a52634d7ea38f74ba286580f96c35190b2b3b549 (diff) | |
download | numpy-e0fb54f5751e93bcb36eccc00681a9afc35e1c37.tar.gz |
MAINT: Improve memory usage in PEP3118 format parsing
Previously a local `Stream` class would be defined every time a format needed parsing.
Classes in cpython create reference cycles, which create load on the GC.
This may or may not resolve gh-6511
Diffstat (limited to 'numpy/_import_tools.py')
0 files changed, 0 insertions, 0 deletions