No description
Find a file
Zachery Aaron Shores-Chmielewski ed26f0c080 feat(wip): rewrite
Our first implementation is incredibly slow, and failed to scale with increased threads. In order to fix this, we
are implementing cache-aware batching of message processing, and an epoch-based actor rebalancing using shard pools.
2026-01-30 22:52:38 +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): rewrite 2026-01-30 22:52:38 +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
CACHE.md feat(wip): rewrite 2026-01-30 22:52:38 +07:00
Cargo.lock feat(wip): rewrite 2026-01-30 22:52:38 +07:00
Cargo.toml feat(wip): rewrite 2026-01-30 22:52:38 +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
WORKER.md feat(wip): rewrite 2026-01-30 22:52:38 +07:00

swactor

Small wasm-compatible actor library