AMDG
On 09/26/2016 11:20 AM, aaron@aaronboman.com wrote:
>
> The biggest performance hit is the Features, Properties,
> and PropertySet instances. Based on the fact that there
> is a property_set module written in C, I'm assuming that
> Jam, at one point, suffered the same problem.
>
It still does have this problem. Even after
all the optimizations I made, a significant
fraction of memory usage and running time is
spent in this area. The Jam implementation
may not be as slow as python, but it's not
exactly fast either.