from Hacker News

Skip – The Reactive Framework

by vjeux on 12/26/24, 6:51 PM with 1 comments

  • by herrington_d on 12/29/24, 2:04 AM

    Since Skip is maintaining a reactive cache. How is the cached stored? I would speculate it would a distributed in-memory database so the computation service can scale. But I wonder how the system can recover and rebuild the cache if the cache is down.