You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 60494aeceb perf: cache CSS selectors with LazyLock to avoid re-parsing
Replace runtime Selector::parse calls on static strings with module-level
LazyLock statics in source_scraper.rs (ANCHOR_SELECTOR) and scraper.rs
(SEL_TITLE, SEL_H1, SEL_BODY), so each selector is compiled once at
first use instead of on every function call.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
db feat: add use_brave_search setting 3 months ago
handlers refactor: eliminate SettingsResponse struct, serialize UserSettings directly 3 months ago
middleware
models refactor: eliminate SettingsResponse struct, serialize UserSettings directly 3 months ago
services perf: cache CSS selectors with LazyLock to avoid re-parsing 3 months ago
util
app_state.rs
cli.rs
config.rs chore: remove SESSION_SECRET and wrap master_encryption_key in Arc 3 months ago
errors.rs
lib.rs
logging.rs
main.rs fix: add periodic expired session cleanup (hourly) 3 months ago
router.rs