flâneur

kyx0r/pikevm: Russ Cox/Rob Pike pikevm regex implementation ·

github.com · 1,569 words · saved by 1 readers

Russ Cox/Rob Pike pikevm regex implementation

What is pikevm? ============== re1 (http://code.google.com/p/re1/) is "toy regular expression implementation" by Russel Cox, featuring simplicity and minimal code size unheard of in other implementations. re2 (http://code.google.com/p/re2/) is "an efficient, principled regular expression library" by the same author. It is robust, full-featured, and ... bloated, comparing to re1. This is implementation of pikevm based on re1.5 which adds features required for minimalistic real-world use, while sticking to the minimal code size and memory use. https://github.com/pfalcon/re1.5 Why? ====…

saved by

related reading