Swift Packages
Repository | Description |
---|---|
StringZilla | Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging NEON, AVX2, AVX-512, and SWAR to accelerate search, sort, edit distances, alignment scores, etc 🦖 |
Guitar | A Cross-Platform String and Regular Expression Library written in Swift. |
InAnyCase | Convert between programmer case styles, e.g., inAnyCase → in_any_case |
StringIntegerAccess | I hate how Swift `String`s don't let you access their characters with `Int`s. This package lets you do just that. |