volo-rs / faststr

`faststr` is a string library that try to avoid the cost of clone.
https://crates.io/crates/faststr
Apache License 2.0
85 stars 7 forks source link

feat: use more inline #11

Closed PureWhiteWu closed 3 months ago

PureWhiteWu commented 3 months ago

Use inline is more friendly for cpu locality, this pr makes more use of inline.