2 papers
cs.DC2026
The Tragedy of Chain Commons
Ignacio Amores-Sesar, Mirza Ahad Baig, Seth Gilbert +2
Byzantine Fault Tolerant (BFT) consensus forms the foundation of many modern blockchains striving for both high throughput and low latency. A growing bottleneck is transaction exec…
cs.PL2024
Concurrent Data Structures Made Easy (Extended Version)
Callista Le, Kiran Gopinathan, Koon Wen Lee +2
Design of an efficient thread-safe concurrent data structure is a balancing act between its implementation complexity and performance. Lock-based concurrent data structures, which…