regexp

go regexp with RE2 DFA matcher port - golang.org/cl/12081 (by matloob)

Regexp Alternatives

Similar projects and alternatives to regexp

  1. rust

    2,824 regexp VS rust

    Empowering everyone to build reliable and efficient software.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. go

    2,261 regexp VS go

    The Go programming language

  4. rfcs

    687 regexp VS rfcs

    RFCs for changes to Rust

  5. Moby

    238 regexp VS Moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

  6. swc

    156 regexp VS swc

    Rust-based platform for the Web

  7. Telegraf

    Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.

  8. chi

    107 regexp VS chi

    lightweight, idiomatic and composable router for building Go HTTP services

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. wuffs

    Wrangling Untrusted File Formats Safely

  11. mux

    92 regexp VS mux

    Discontinued A powerful HTTP router and URL matcher for building Go web servers with 🦍

  12. CPM.cmake

    42 regexp VS CPM.cmake

    📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.

  13. httprouter

    A high performance HTTP request router that scales well

  14. cargo-geiger

    Detects usage of unsafe Rust in a Rust crate and its dependencies.

  15. rebar

    29 regexp VS rebar

    A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks.

  16. uuid

    21 regexp VS uuid

    Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. (by google)

  17. prost

    15 regexp VS prost

    PROST! a Protocol Buffers implementation for the Rust Language

  18. pflag

    15 regexp VS pflag

    Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.

  19. applin-rails-demo

    Example of how to use applin-rails.

  20. cargo-vendor-filterer

    Tool to `cargo vendor` with filtering

  21. dotenv

    2 regexp VS dotenv

    Library to help supply environment variables in testing and development (by dotenv-rs)

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better regexp alternative or higher similarity.

regexp discussion

Log in or Post with

regexp reviews and mentions

Posts with mentions or reviews of regexp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-09.
  • Rust Dependencies Scare Me
    23 projects | news.ycombinator.com | 9 May 2025
    > (because it does not allow writing sufficiently fast code in this area at this moment)

    I don't think that's why. Or at least, I don't think it's straight-forward to draw that conclusion yet. I don't see any reason why the lazy DFA in RE2 or the Rust regex crate couldn't be ported to Go[1] and dramatically speed things up. Indeed, it has been done[2], but it was never pushed over the finish line. My guess is it would make Go's regexp engine a fair bit more competitive in some cases. And aside from that, there's tons of literal optimizations that could still be done that don't really have much to do with Go the language.

    Could a Go-written regexp engine be faster or nearly as fast because of the language? Probably not. But I think the "implementation quality" is a far bigger determinant in explaining the current gap.

    [1]: https://github.com/golang/go/issues/11646

    [2]: https://github.com/matloob/regexp

Stats

Basic regexp repo stats
1
38
-
about 9 years ago

matloob/regexp is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.

The primary programming language of regexp is Go.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?