forked from kent/consciousness
fork for contributing
- Rust 86.3%
- TeX 6.4%
- Python 5.6%
- Cap'n Proto 0.8%
- Shell 0.6%
- Other 0.3%
parse_units and parse_marker_attrs were recompiling 4 regexes on every call. Since they're called per-file during init, this was measurable overhead. Use std::sync::OnceLock to compile once. |
||
|---|---|---|
| prompts | ||
| schema | ||
| scripts | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||