No description
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 | ||