tame/tamer/benches
Mike Gerwitz 34eb994a0d tamer: asg::Asg::set_fragment: {ObjectRef=>SymbolId}
In the actual implementation (outside of tests), this is always looking up
before adding the symbol.  This will simplify the API, while still retaining
errors, since the identifier will fail the state transition if the
identifier did not exist before attempting to set a fragment.  So while this
is slower in microbenchmarks, this has no effect on real-world performance.

Further, I'm refactoring toward a streaming ASG aggregation, which is a lot
easier if we do not need to perform lookups in a separate step from the
ASG's primitives.

DEV-11864
2022-05-16 13:14:27 -04:00
..
asg.rs tamer: asg::Asg::set_fragment: {ObjectRef=>SymbolId} 2022-05-16 13:14:27 -04:00
asg_lower_xmle.rs tamer: asg::graph::Asg: Remove type parameter O 2022-05-12 15:46:17 -04:00
iter.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
memchr.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
sym.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
xir.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00