Skip to content

Change the cache size to 40 instead of 20.

Matthieu Gautier requested to merge higher_cache into main

Now that we decompress all the cluster, we don't store the compress stream in memory, so we can extend the cache.

waj benchmark takes a x3 with this change, without a visible increased memory usage.

Merge request reports