Skip to content

Version 53.3

Latest
Compare
Choose a tag to compare
@salass00 salass00 released this 03 Feb 19:47
· 2 commits to master since this release
  • Disk I/O layer now uses a segmented LRU for the read cache and automatically
    sorted block ranges for the write cache.
  • Replaced cache semaphore with a simple boolean variable that indicates to
    the memhandler when the cache is being accessed.