HDiffPatch icon indicating copy to clipboard operation
HDiffPatch copied to clipboard

divsufsort和sdt sort有多大差距?

Open RPG3D opened this issue 1 year ago • 1 comments

尝试把代码往其他工程嵌入遇到了符号冲突 divsufsort定义了2次(64版本被define了一次),打算改用std sort,不知道影响多大

RPG3D avatar Mar 31 '24 12:03 RPG3D

排序上,divsufsort快很多倍。
建议重构一下代码,比如改名或用namespace。

sisong avatar Apr 01 '24 01:04 sisong