tame/tamer/benches
Mike Gerwitz e0a209d417 tamer: bench: xir: Reduce writer benchmark memory usage
These were using GiB of memory, which is ...unnecessary.

I reduced the iteration count significantly, but it was still wasting a lot
of time and memory and needed `with_capacity` to reduce the number of copies
after reallocation.

It is not typical that a buffer would contain this much information.
2021-09-21 16:21:32 -04:00
..
asg.rs tamer: Global interners 2021-08-11 14:24:55 -04:00
memchr.rs tamer: benches (memchr): Add missing bench attr 2021-08-19 23:14:33 -04:00
sym.rs tamer: tameld: Use uninterned symbols for reader 2021-08-16 14:05:32 -04:00
xir.rs tamer: bench: xir: Reduce writer benchmark memory usage 2021-09-21 16:21:32 -04:00