spack/lib/spack
Todd Gamblin d1e03329c5 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.
2015-02-15 11:50:13 -08:00
..
docs "spack info -r" is now "spack package-list" 2014-11-01 16:03:09 -07:00
env URL parsing improvements 2014-11-08 11:42:54 -08:00
external Add ability to get subparser by name from argparse 2014-11-01 15:59:29 -07:00
llnl Add extensions command. 2015-02-02 11:20:36 -08:00
spack Memoize all_specs() and exists() for better performance. 2015-02-15 11:50:13 -08:00