Numexpr aggressively tries to cache parsed expressions in dictionaries so
as to minimize the overhead of parsing them. However, doing this in
scenarios where a *lot* of different expressions are computed can lead to
very large dictionaries which consumes a lot of memory and CPU. This
should be fixed.
Original issue reported on code.google.com by fal...@gmail.com on 23 Jan 2009 at 11:05
Original issue reported on code.google.com by
fal...@gmail.com
on 23 Jan 2009 at 11:05