惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
博客园_首页
M
MIT News - Artificial intelligence
雷峰网
雷峰网
GbyAI
GbyAI
博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
S
SegmentFault 最新的问题
H
Help Net Security
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 【当耐特】
V
Visual Studio Blog
月光博客
月光博客
G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
腾讯CDC
云风的 BLOG
云风的 BLOG
美团技术团队
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans
有赞技术团队
有赞技术团队

cs.DS updates on arXiv.org

PAC Learning with Bandit Feedback: Sharp Sample Complexity in the Realizable Setting Algorithms with Polynomially-Improved Approximation Factors for the $2 \rightarrow q$ Norm, and Applications A computational phase transition for learning-to-sample from Ising models Covering vertices by sequential stars Fermi-Dirac machines as quantizations of neurons A Comprehensive Evaluation of Vertex Elimination Algorithms for Algorithmic Differentiation A Tight Bound on Localization of Electrical Flows Optimal Dimension-Free Sampling for Regularized Classification Reducing the Randomness in Partition Oracles for Bounded Degree Minor-Free Graphs Beyond the Half-Approximation: Fair and Efficient Online Class Matching Efficient Uniform Sampling of Surjections via their Profiles Tractable Maximization of Budgeted Phylogenetic Diversity on Networks Utilizing Node Scanwidth Fairness in Aggregation: Optimal Top-$k$ and Improved Full Ranking Learning-Augmented Online Scheduling with Parsimonious Preemption Entropy Equivalence Testing Lumberjack: Better Differentially Private Random Forests through Heavy Hitter Detection in Trees The Secretary Problem with a Stochastic Precursor Polynomial-Time Robust Multiclass Linear Classification under Gaussian Marginals Efficient Banzhaf-Based Data Valuation for $k$-Nearest Neighbors Classification Block-Sphere Vector Quantization An Approximation Algorithm for Graph Label Selection Iterative Chow Filtering for Learning with Distribution Shift Complexity of Non-Log-Concave Sampling in Fisher Information Stochastic Matching via Local Sparsification Finite Sample Bounds for Learning with Score Matching What is Learnable in Valiant's Theory of the Learnable? Provable Quantization with Randomized Hadamard Transform Min-Max Optimization Requires Exponentially Many Queries Fast and Compact Graph Cuts for the Boykov-Kolmogorov Algorithm A proximal gradient algorithm for composite log-concave sampling
An Empirical Evaluation of BMSSP and Dijkstra's Algorithm...
[Submitted on 16 Sep 2025 (v1), last revised 16 Sep 2026 (this v · 2025-09-17 · via cs.DS updates on arXiv.org

View PDF HTML (experimental)

Abstract:Efficient routing is critical for payment channel networks (PCNs) such as the Lightning Network (LN), where shortest-path computations are commonly performed using Dijkstra-based algorithms. Recent theoretical work introduced the Bounded Multi-Source Shortest Path (BMSSP) algorithm, which achieves an asymptotically faster running time than Dijkstra's algorithm on sparse directed graphs. This paper presents an empirical evaluation of BMSSP on real-world LN topology snapshots and compares its performance with a standard Dijkstra implementation written in Rust. Across five LN snapshots and 100 randomized source-node trials per snapshot, BMSSP consistently exhibited higher runtimes than Dijkstra's algorithm, with statistically significant differences observed in all evaluated datasets. These findings indicate that, for current LN graph sizes and the implementations studied, BMSSP does not provide practical runtime advantages despite its stronger asymptotic guarantees. Rather than demonstrating a routing acceleration technique, this work contributes an LN-specific empirical case study of a recently proposed shortest-path algorithm and highlights the gap between theoretical complexity improvements and practical performance on contemporary payment-channel-network topologies.

Submission history

From: Danila Valko [view email]
[v1] Tue, 16 Sep 2025 18:32:22 UTC (111 KB)
[v2] Wed, 16 Sep 2026 18:32:18 UTC (64 KB)