Hacker News new | ask | show | jobs
by boloust 1461 days ago
The results of Convex functions are cached, which means they only need to be recomputed when the data they rely on changes.

This is by no means a panacea, but it does result in different performance characteristics than one might expect.

1 comments

They may be cached, but if the underlying data changes, which seems likely in the messages example, it looks like the entire query has to run again.