Performance first, microseconds matter
During consulting work, it became obvious that many of our clients were spending significant time on their regex operations. Being obsessed with performance, we benchmarked the available regex libraries.
Upon seeing the metrics, it became clear that we could do better. After intense R&D and multiple discoveries, we built SpecRegex from scratch.
The result is not only orders of magnitude faster than anything else out there, but also supports most advanced regex features, including capture groups.
For those who want to process truly gigantic amounts of text, we offer a gpu-accelerated version of the library as part of our SCALE GPGPU platform.