Comment by esperent
5 hours ago
Is it because of caching? If the context changes arbitrarily every turn then you would have to throw away the cache.
5 hours ago
Is it because of caching? If the context changes arbitrarily every turn then you would have to throw away the cache.
So use a block based cache and tune the block size to maximize the hit rate? This isn’t rocket science.