Before the 0.1.8 release, which introduced a performance regression in FasterPath.basenames performance, it was confirmed of a few 32 bit OS instances had slower performance. Regardless it should not be included in the default refinements and monkeypatches. Add an environment variable to flag code inclusion on only the refinement and monkeypatch.
class Example
# code
end if ENV['WITH_REGRESSION'].to_s['true']
Before the 0.1.8 release, which introduced a performance regression in
FasterPath.basename
s performance, it was confirmed of a few 32 bit OS instances had slower performance. Regardless it should not be included in the default refinements and monkeypatches. Add an environment variable to flag code inclusion on only the refinement and monkeypatch.