TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building even faster interpreters in Rust

11 pointsby adspediaover 4 years ago

1 comment

ericpauleyover 4 years ago
While the `contains` optimization is impressive, I&#x27;m curious how favorable the AVX version compares to a fully-optimized search that doesn&#x27;t use SIMD. For instance [1] discusses the Boyer-Moore technique used by GNU grep, which is somewhat thematically similar to the described approach.<p>[1] <a href="https:&#x2F;&#x2F;lists.freebsd.org&#x2F;pipermail&#x2F;freebsd-current&#x2F;2010-August&#x2F;019310.html" rel="nofollow">https:&#x2F;&#x2F;lists.freebsd.org&#x2F;pipermail&#x2F;freebsd-current&#x2F;2010-Aug...</a>