seanmonstar / httparse

A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
567 stars 111 forks source link

msrv: test aarch64 #142

Closed AaronO closed 1 year ago

AaronO commented 1 year ago

First commit should intentionally fail in CI, then use a cfg guard to fallback to swar instead of neon

NOTE: on M1 swar is surprisingly "only" ~30% slower than neon (i.e: ~100ns/iter vs ~70ns/iter for req/req).

Unblocks #141 (since we can punt raising MSRV)