You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It shall be evaluated whether an LRU cache results in a performance gain. If it does, it shall be implemented with a configurable size. In case it turns out that such a cache outperforms the PiSCSI legacy cache, the latter shall be removed.
The text was updated successfully, but these errors were encountered:
Is not the same thing, each read/write operations requires context switches which are quite expensive...
I forgot to mention that mmap will NOT work for 32bit systems as it won't be able to map files over 2GB, so it's probably a bad idea anyway ...
It shall be evaluated whether an LRU cache results in a performance gain. If it does, it shall be implemented with a configurable size. In case it turns out that such a cache outperforms the PiSCSI legacy cache, the latter shall be removed.
The text was updated successfully, but these errors were encountered: