Requirements
To improve the performance of BlueRain projects, we need to figure out a way to add a hook cache. This means for some hooks, we may return results from a cache rather than executing it. Since hooks may involve async operation (i.e. network calls), this may have a big impact on performance.
Requirements
To improve the performance of BlueRain projects, we need to figure out a way to add a hook cache. This means for some hooks, we may return results from a cache rather than executing it. Since hooks may involve async operation (i.e. network calls), this may have a big impact on performance.