Hacker News new | ask | show | jobs
Show HN: BoxLite – the all-terrain micro-VM (github.com)
6 points by dorianzheng 54 days ago
Hi HN. I'm Dorian, founder of Polygala. We are building a micro-VM runtime for all kinds of use case including embedded like SQLite, local deployment like MySQL and cloud deployment like AWS Aurora
1 comments

Interesting. Are you supporting memory snapshotting and forking? Being able to freeze an agent's micro-VM state and instantly fork it into multiple parallel paths (e.g., for Tree-of-Thoughts reasoning or parallel self-debugging) without cold-starting each one would be an absolute killer feature for us.
not yet for memory, just persistent storage snapshotting/forking right now