Y
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
adastra22
206 days ago
Why is in-memory a selling point? You want a record on disk.
link
ttoinou
205 days ago
To choose when to apply and not loose changes made by the agent
link
adastra22
205 days ago
Yeah, you get that with git. What am I missing?
link
_pdp_
205 days ago
It is still git - but in memory. Why? Because we can and it is cool ;)
link