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
CHANGED APILongtail_StorageAPI now has MapFile and UnMapFile to do memory mapping of files when reading, return ENOTSUP in implementation to enable regular I/O fallback.
CHANGED APILongtail_CreateArchiveBlockStore now takes flag to enable or disable memory mapped reading of blocks
CHANGED APILongtail_CreateVersionIndex now takes flag to enable or disable memory mapped reading of files
CHANGED APILongtail_ChunkerAPI now has NextChunkFromBuffer method used when enabling memory mapping during Longtail_CreateVersionIndex
CHANGED APILongtail_CreateFSBlockStoreAPI now takes flag to enable or disable memory mapped reading of block files
FIX Sort of write jobs for assets spanning multiple blocks to increase hit rate in LRU (perf improvement)
FIX Remove redundant check if directory exists when getting directory name (perf improvement)
FIX Use SOA for asset part lookup (perf improvement)
FIX Fix memory leak when retain permissions was set to off