GitHub user mitstake added a comment to the discussion: Caching roadmap
https://github.com/mitstake/darl Hi I posted this elsewhere in the discussions but check out how my library darl does caching to get some ideas for how you can implement some of your ideas above. Darl already provides 2, 3, 4, 5, 6, 7, 10. (Surprisingly you might find number 8 can be the hardest to implement when dealing with **persistent** caching unless you implement an indexing system that can get rather complex). Implementing some of the caching ideas from darl can enable Hamilton to become a formidable incremental computing engine as well. GitHub link: https://github.com/apache/hamilton/discussions/1167#discussioncomment-15722295 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
