Ask HN: Why hasn't x86 caught up with Apple M series?
387 points by stephenheron 1d ago 545 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 2d ago 89 comments
Ask HN: Why do people hate on Sabine Hossenfelder so much?
4 points by ieuanking 11h ago 10 comments
How can a mutex in Wine be faster than a native one on Linux
3 points by lh_mouse 19h ago 1 comments
Bmssp: A New Shortest Path Algorithm
3 rap2363 1 8/25/2025, 6:24:24 PM rohanparanjpe.substack.com ↗
Comments (1)
rap2363 · 1d ago
I did a writeup on substack on BMSSP (the supposed Dijkstra killer) that folks on HN might enjoy. Included is also a technical deep dive into the algorithm (https://rohanparanjpe.substack.com/p/breaking-the-shortest-p...) and the implementation on github (https://github.com/rap2363/ssps).