mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 09:18:07 -05:00
The algorithm to calculate exact rank requires n × m storage which is stack allocated, so for large strings, we could blow the stack. Rather than switch to dynamic allocation, we’re just foregoing the exact rank, since for large strings, it’s unlikely to be useful to try to calculate such a thing.