Hacker News new | ask | show | jobs
by pezo1919 1061 days ago
They used to track a dependency map explicitly so they can determine when your “transaction” begins and ends so you can update all dirty at once.

Another way to deal with it is explicitly not dealing with it, eg. saying it is only (inconsistent) UI and will go away in a millisec…