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.

Faster alternatives to Go's regexp library

5 pointsby visaalsabout 3 years ago

2 comments

visaalsabout 3 years ago
We started off using Go&#x27;s regexp library for our regex needs, but it wasn&#x27;t made for our unique use case of running 40+ regular expressions over terabytes of data.<p>Here&#x27;s our experience benchmarking Go&#x27;s regexp against Intel Hyperscan and Google re2, hope it&#x27;s useful!
mikeceabout 3 years ago
Not questioning anyone&#x27;s use of Go but wouldn&#x27;t a library written in C or C++ be able to do regex parsing the fastest?
评论 #30717917 未加载
评论 #30717895 未加载