cubicdaiya / dtl

diff template library written by C++
Other
281 stars 50 forks source link

How large is large, before onHuge needs to be called? #12

Open elwyos opened 3 years ago

elwyos commented 3 years ago

I saw that when performing comparison between two large buffers, onHuge may be called to optimise the calculation.

But how large is large? Is it when the buffers are 1kb+, 100kb+, 1mb+ or 10mb+?