Re: [Help-gnucap] Multiple instances having the same instance name
al davis <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday 16 June 2015, Felix Salfelder wrote: > on hierarchical circuits, run times are much shorter. but i'm > curious: what are the "other reasons" for the hash tables? fixing "find_looking_out", which is too slow. very large circuits from signal integrity extraction are usually flat. std::map (sorted, tree search) is fast enough for mid-size circuits.