-
- Downloads
Memoize all_specs() and exists() for better performance.
- Real bottleneck is calling normalize() for every spec when we read it. - Need to store graph information in spec files to avoid the need for this. - Also, normalizing old specs isn't always possible, so we need to do this anyway.
Please register or sign in to comment