No description
Find a file
Zachery Aaron Shores-Chmielewski 3e504d3969 feat(wip): add to design pages
Ran through a few passes of the 'happy path' with the debugger, ran flamegraph analysis: we
are very much overdoing the atomic ring buffer channels. They may be fast for concurrency
across threads, but we don't necessarily need that for every occasion.
2026-01-27 20:01:35 +07:00
benches feat: Stress tests, benchmarking, and non-failing queues and inboxes #3 2026-01-26 14:14:00 +07:00
examples feat: Multithreaded runtime (#2) 2026-01-25 13:38:34 +00:00
src feat(wip): add to design pages 2026-01-27 20:01:35 +07:00
tests feat: Stress tests, benchmarking, and non-failing queues and inboxes #3 2026-01-26 14:14:00 +07:00
.gitignore feat(wip): add to design pages 2026-01-27 20:01:35 +07:00
Cargo.lock feat: rewrite (#1) 2026-01-23 05:00:57 +00:00
Cargo.toml feat: Stress tests, benchmarking, and non-failing queues and inboxes #3 2026-01-26 14:14:00 +07:00
DESIGN.md feat(wip): add to design pages 2026-01-27 20:01:35 +07:00
README.md feat: types for request/response handling 2025-11-25 20:51:13 -05:00
TODOs.md feat(wip): add to design pages 2026-01-27 20:01:35 +07:00

swactor

Small wasm-compatible actor library