Skip to content

v2.5.0

Compare
Choose a tag to compare
@NSProgrammer NSProgrammer released this 09 Aug 20:36
· 28 commits to master since this release
  • reduce thread count for TIP by unifying all disk caches to using 1 manifest queue
    • make disk cache manifest load async instead of sync now that it is shared
    • no real speed improvements, just fewer threads need to be used in multi-pipeline apps
  • clean up some large inline functions to be regular functions
  • Remove detached downloads support for TIP image fetches
    • using HTTP/2 is the ideal solution, removing the complexity to remove the crutch
  • other miscellaneous minor improvements