capnproto
capnproto
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge pull request #2495 from capnproto/harris/2026-01-07-kj-try-catch-macro Implement coroutine-friendly KJ_TRY / KJ_CATCH macros
v2
9 days ago
[nfc] many awaits async benchmark (#2505)
v2
9 days ago
Use KJ_TRY / KJ_CATCH in some places KJ_TRY / KJ_CATCH is only directly equivalent to the following patterns: ```cpp try { // throw } catch (...) { auto e = kj::getCaughtexceptionAsKj(); // handle } KJ_IF_SOME(e, kj::runCatchingExceptions([]() { // throw })) { // handle } ``` So I only converted things that matched those patterns.
harris/2026-01-07-kj-try-catch-macro
9 days ago
Merge pull request #2502 from dankmeme01/patch-1 Fix spurious exceptions in kj::ExceptionCallback when using HWASan
v2
10 days ago
[nfc] many awaits async benchmark
maizatskyi/2026-01-12-async-bench-many-awaits
10 days ago
Revert "[coro] remove unwind detector from PromiseAwaiter (#2490)" (#2504) This reverts commit 72950caa3b1de6a6b8f06d85b2126a848d879bcf.
v2
10 days ago
Revert "[coro] remove unwind detector from PromiseAwaiter (#2490)" This reverts commit 72950caa3b1de6a6b8f06d85b2126a848d879bcf.
revert-2490-maizatskyi/2025-12-31-coro-unwind-detector
10 days ago
[coro] optimize unwind detection in CoroutineBase (#2503)
v2
10 days ago
Active Branches
Use more precise AnyList and AnyStruct in the Value schema
last run
10 days ago
#2501
CodSpeed Performance Gauge
0%
[coro] explicit coroutine allocator argument
last run
16 days ago
#2493
CodSpeed Performance Gauge
-5%
allow Event.fire to delete itself
last run
16 days ago
#2491
CodSpeed Performance Gauge
+4%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs