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
130 stars 13 forks source link

Make it easier to build all gems locally #82

Closed stanhu closed 1 year ago

stanhu commented 1 year ago

This pull request does two things:

  1. Speeds up building of all the precompiled gems. rake-compiler by default will attempt to launch N + 4 jobs, where N is the number of cores on the system.
  2. Makes it easy to build all gems locally by running scripts/build-gems.