sheng 0.1.0

Register-resident refutation sieves for regex. Builds Hartmanis-Stearns SP-quotients of a pattern's automaton small enough to live in a SIMD register, and uses them to prove a document match-free before a real engine ever walks it. Sound by construction: a sieve may pass a non-matching document, never reject a matching one.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Default owners for everything in the repo, unless a later, more specific
# pattern overrides them below. See https://docs.github.com/articles/about-code-owners
* @The-Billy-Company/maintainers

# The unsafe SIMD boundary and its safety proofs are the highest-risk surface
# in this crate and warrant an explicit review gate independent of the
# blanket rule above.
/src/arch/ @The-Billy-Company/maintainers
/src/shuffle.rs @The-Billy-Company/maintainers
/src/skip.rs @The-Billy-Company/maintainers

# Release and publishing automation touches the crates.io token and tag
# contract; changes here should not slip in as part of an unrelated diff.
/.github/workflows/release.yml @The-Billy-Company/maintainers