Commit graph

5 commits

Author SHA1 Message Date
Zachery Aaron Shores-Chmielewski
08b241481f stash: rewrite wip
We have a basic ring buffer for dealing with concurrent message exchange. Currently
in the middle of reifying the traits, types and structs needed for the `hello.rs`
example of the simple `Hello, World!` greeter type actor.
2026-01-22 14:04:07 +07:00
Zachery Aaron Shores-Chmielewski
87fb908ba7 stash: rewrite wip
Need to implement our own atomic ring buffer, as I want full control
over the feature set, to enable fine tuning optimization. Following that,
we have an outline of all the necessary components listed out in the
design doc, so implementation should happen relatively quickly.
2026-01-21 20:00:54 +07:00
Zachery Aaron Shores-Chmielewski
d6a0c38449 stash: rewrite
Added desgin doc and goals. Got a reference implementation that kimi spat out, looks
like something from hardware/embedded guys, which is a great sign.
2026-01-20 22:50:34 +07:00
Zachery Aaron Shores-Chmielewski
b8b5b839df feat: types for request/response handling 2025-11-25 20:51:13 -05:00
Zachery Aaron Shores-Chmielewski
120ba0ec71 init
Skeletal actor framework. Somewhat unweildy, needs a message box, a better runtime, and different channels. However, hello world example works
2025-11-24 19:39:17 -05:00