mudge / re2

Ruby bindings to RE2, a "fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python".
http://mudge.name/re2/
BSD 3-Clause "New" or "Revised" License
129 stars 13 forks source link

Upgrade mini_portile to v2.8.5 #114

Closed stanhu closed 10 months ago

stanhu commented 10 months ago

This update builds abseil-cpp in Release mode (https://github.com/flavorjones/mini_portile/pull/136). For the x86_64 shared object, it appears that this shrinks re2.sofrom 2766744 bytes to 1506992 bytes, a 45% reduction.