C99 implementation of new O(m log^(2/3) n) shortest path algorithm
Hacker News
This repository provides a high-performance C99 implementation of the DMMSY algorithm from STOC 2025, which breaks the sorting barrier for directed single-source shortest paths and achieves massive speedups over Dijkstra.
除了效能數據的爭議,實作過程是否涉及人工智慧輔助也成為焦點。部分資深評論者質疑該程式碼可能是透過 Claude 等大型語言模型生成,並要求作者說明開發過程,以及為何不與現有的成熟演算法庫進行對比,而是僅與作者自製的 Dijkstra 版本比較。然而,也有網友對此持開放態度,認為即便使用了 AI 工具,只要能正確實作頂尖學術論文的成果,對社群仍具備貢獻價值。