HDiffPatch
HDiffPatch copied to clipboard
divsufsort和sdt sort有多大差距?
尝试把代码往其他工程嵌入遇到了符号冲突 divsufsort定义了2次(64版本被define了一次),打算改用std sort,不知道影响多大
排序上,divsufsort快很多倍。
建议重构一下代码,比如改名或用namespace。