Skip to content

Optimized PrStoreFTHit by caching the DeFTMat objects

Sebastien Ponce requested to merge sponce_cacheDeMatInPrStoreFTHit into master

Cache is partial and SoA like, so that only the needed parts are loaded to memory and so that the cache usage is optimized. This speeds up PrStoreFTHit by almost 20%

Edited by Marco Cattaneo

Merge request reports