tame/tamer/src/asg
Mike Gerwitz 417df548cf tamer: asg::graph::index: Use FxHashMap in place of Vec
This was originally written before there were a bunch of preinterned
symbols.  Now the index vector is very sparse.

This simplifies things a bit.  If this ends up manifesting as a bottleneck
in the future, we can revisit the implementation.  While this does result in
more cycles, it's neglibable relative to the total cycle count.
2023-02-01 10:34:16 -05:00
..
air tamer: asg: Expression identifier references 2023-01-26 14:45:17 -05:00
graph tamer: asg: Expression identifier references 2023-01-26 14:45:17 -05:00
air.rs tamer: asg: Expression identifier references 2023-01-26 14:45:17 -05:00
error.rs tamer: asg: Expression identifier references 2023-01-26 14:45:17 -05:00
graph.rs tamer: asg::graph::index: Use FxHashMap in place of Vec 2023-02-01 10:34:16 -05:00
mod.rs tamer: asg::graph: Static- and runtime-enforced multi-kind edge ontolgoy 2023-01-26 14:45:14 -05:00