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.
9k stars
236 watching
1k forks
Language: C++
last commit: 29 days ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ocamlpro/drom | A tool for creating and managing OCaml projects with automated documentation and CI/CD setup. | 184 |
ocaml/oasis2opam | Converts Oasis metadata to OPAM package descriptions | 27 |
proofgeneral/opam-switch-mode | A package to manage opam switches in Emacs, providing a way to switch between different OCaml development environments. | 5 |
diskuv/dkml-installer-ocaml | Generates and distributes installers for the DkML distribution, providing a streamlined way to install and use OCaml on Windows, Debian/x86_64, and macOS/Silicon. | 63 |
ncitron/oframl | A framework for building Farcaster Frames in OCaml | 10 |
fccm/glmlite | OCaml bindings for OpenGL | 19 |
ocaml/merlin | Provides context-sensitive completion for the OCaml programming language in text editors. | 1,586 |
ocaml-multicore/parallel-programming-in-multicore-ocaml | A tutorial on writing parallel programs using the Multicore OCaml compiler and its libraries. | 283 |
ocaml/ocaml-re | A library for compiling and executing regular expressions in OCaml. | 232 |
timbertson/opam2nix | Generates Nix expressions from OCaml opam packages | 92 |
ocaml-ppx/ocamlformat | A tool that formats OCaml code according to pre-defined styles and configurations | 633 |
brendanlong/ocaml-ooxml | A collection of OCaml libraries for parsing and working with Microsoft Office document formats | 33 |
mjambon/dum | Tools for inspecting and debugging OCaml values | 29 |
ocaml-multicore/multicore-talks | Repository containing slides and examples to help developers parallelize their OCaml code using the Multicore OCaml library | 29 |
mirage/orm | Automatically generates functions to persist and query data using an object-relational mapping backend. | 60 |