/cre2-go

cre2-go is a fast, safe, thread-friendly alternative to Golang native regexp package. It is based on re2 and cre2, binding the C functions to Go via cgo.

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

cre2-go

Build Status

Introduction

cre2-go is a fast, safe, thread-friendly alternative to Golang native regexp package. It is based on re2 and cre2, binding the C functions to Go via cgo.