You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requires every implementation to be constructible at compile time, even for simd algorithms which may not have support for the current CPU. This is currently the case for the sse4.2 simd implementation as well as the aarch64 implementation I'm working on (#61), but it would mean we couldn't e.g. use the teddy searcher from aho_corasick
It would be really nice if we could just have
This requires every implementation to be constructible at compile time, even for simd algorithms which may not have support for the current CPU. This is currently the case for the sse4.2 simd implementation as well as the aarch64 implementation I'm working on (#61), but it would mean we couldn't e.g. use the teddy searcher from aho_corasick
Related to #59, but for Bytes/AsciiChars
The text was updated successfully, but these errors were encountered: