Mike Gerwitz
0147cb7cb4
Makefile.am (bench): New target
...
The configure script will determine if nightly is required for running
benchmarks, because `test` is currently an unstable feature.
2020-02-24 14:56:28 -05:00
Mike Gerwitz
3cb67109ec
Cargo.toml (profile.release)[lto]: Enable
2020-01-02 10:40:52 -05:00
Mike Gerwitz
8455a38a1d
Graph-based POC
...
This makes use of Petgraph for representing the dependency graph and uses a
separate data structure for both string interning and indexing by symbol
name.
2019-12-02 10:05:48 -05:00
Mike Gerwitz
d78d81d721
Cargo.toml: Add petgraph
...
This will be used to represent the dependency graph.
2019-12-02 10:00:53 -05:00
Mike Gerwitz
717375a84a
Cargo.toml: Tame {on=>in} Rust
...
Changed to match README.md. This makes more sense too.
2019-12-02 10:00:53 -05:00
Mike Gerwitz
e53482f2a3
Introduce CARGO_BUILD_FLAGS
...
This is intended to permit passing `--release`, since dev builds are
terribly slow (e.g. 6s -> 0.2s). See README.md for more information.
2019-12-02 10:00:49 -05:00
Mike Gerwitz
01e3c33b58
tamer/Cargo.toml: Add quick_xml
2019-11-27 09:16:00 -05:00
Mike Gerwitz
fd1a5837ba
TAMER: Initial commit
2019-11-18 14:05:47 -05:00