diff --git a/README.md b/README.md index f596bdd..ed0c784 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ [![GitHub Stars](https://img.shields.io/github/stars/coregx/coregex?style=flat-square&logo=github)](https://github.com/coregx/coregex/stargazers) [![GitHub Issues](https://img.shields.io/github/issues/coregx/coregex?style=flat-square&logo=github)](https://github.com/coregx/coregex/issues) [![GitHub Discussions](https://img.shields.io/github/discussions/coregx/coregex?style=flat-square&logo=github)](https://github.com/coregx/coregex/discussions) +[![Financial Contributors on Open Collective](https://opencollective.com/coregx/all/badge.svg?label=financial+contributors)](https://opencollective.com/coregx) High-performance regex engine for Go. Drop-in replacement for `regexp` with **3-3000x speedup**.\* @@ -285,6 +286,18 @@ uawk '/error/ { print $0 }' server.log - [RE2](https://github.com/google/re2) — O(n) guarantees - [Hyperscan](https://github.com/intel/hyperscan) — SIMD algorithms +## Sponsors + +coregex is an independent open-source project. Development is sustained by contributors and sponsors. + +Sponsors + +### Backers + +Backers + +Sponsor on Open Collective + ## License MIT — see [LICENSE](LICENSE).