GView icon indicating copy to clipboard operation
GView copied to clipboard

[Utils] Cache performance issues - optimize reads operation

Open gheorghitamutu opened this issue 10 months ago • 0 comments

While working on #181 & #182 several performance issues were encountered with the Cache module. After the initial read from file (by a size of max cache size) the subsequently reads are being performed with the requested size. This is an issue when a user calls the cache function for very small objects (2-400 bytes). We should cache a decent size on a read in order to avoid this - around 4-8k bytes.

gheorghitamutu avatar Apr 12 '24 17:04 gheorghitamutu