JazzCore / ctrlp-cmatcher

CtrlP C matching extension
BSD 2-Clause "Simplified" License
207 stars 22 forks source link

Speed up matcher #40

Closed ptzz closed 6 years ago

ptzz commented 6 years ago

Speed up matching by ~30% by removing unnecessary call to strlen().

Before: 2 0.225716 0.000183 matcher#cmatch() After: 2 0.163005 0.000214 matcher#cmatch()

ptzz commented 6 years ago

Already taken care of by #36