Hacker News new | ask | show | jobs
by _pdp_ 206 days ago
Given that all of these agents are written in javascript I have always wondered why they cannot simply use https://isomorphic-git.org/ and do everything in memory.
1 comments

Why is in-memory a selling point? You want a record on disk.
To choose when to apply and not loose changes made by the agent
Yeah, you get that with git. What am I missing?
It is still git - but in memory. Why? Because we can and it is cool ;)