mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Will be handy to use it in our other scripts in the future too - thanks Rumo! Results of benchmarking ./run before and after these crate splits: - Touching a proto file leads to a slight increase: about +90ms - Touching an rslib file leads to a bigger decrease, as there's less to recompile: about -700ms And ./ninja test is even better: about +200ms and -3800ms. |
||
|---|---|---|
| .. | ||
| benches | ||
| i18n | ||
| i18n_helpers | ||
| io | ||
| linkchecker | ||
| proto | ||
| src | ||
| tests/support | ||
| .gitignore | ||
| bench.sh | ||
| build.rs | ||
| Cargo.toml | ||
| README.md | ||
Anki's Rust code.