re2

RegExp engine

A fast and safe regular expression engine

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.

GitHub

9k stars
235 watching
1k forks
Language: C++
last commit: almost 2 years ago
Linked from 3 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ocamlpro/dromA tool for creating and managing OCaml projects with automated documentation and CI/CD setup.184
ocaml/oasis2opamConverts Oasis metadata to OPAM package descriptions27
proofgeneral/opam-switch-modeA package to manage opam switches in Emacs, providing a way to switch between different OCaml development environments.5
diskuv/dkml-installer-ocamlGenerates and distributes installers for the DkML distribution, providing a streamlined way to install and use OCaml on Windows, Debian/x86_64, and macOS/Silicon.62
ncitron/oframlA framework for building Farcaster Frames in OCaml10
fccm/glmliteOCaml bindings for OpenGL19
ocaml/merlinProvides context-sensitive completion for the OCaml programming language in text editors.1,593
ocaml-multicore/parallel-programming-in-multicore-ocamlA tutorial on writing parallel programs using the Multicore OCaml compiler and its libraries.285
ocaml/ocaml-reA regular expression library written in OCaml that compiles patterns into finite automata for efficient matching234
timbertson/opam2nixGenerates Nix expressions from OCaml opam packages92
ocaml-ppx/ocamlformatAutomates formatting of OCaml code to conform to specific coding standards642
brendanlong/ocaml-ooxmlA collection of OCaml libraries for parsing and working with Microsoft Office document formats32
mjambon/dumTools for inspecting and debugging OCaml values29
ocaml-multicore/multicore-talksRepository containing slides and examples to help developers parallelize their OCaml code using the Multicore OCaml library29
mirage/ormAutomatically generates functions to persist and query data using an object-relational mapping backend.60