comparison NEWS @ 73:a8c90aa32ca6

LRU caching of pyramids, OrthancWSIClearCache script
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Nov 2016 16:51:19 +0100
parents 326959045d12
children cafc4728a857
comparison
equal deleted inserted replaced
72:ea6309f70f1f 73:a8c90aa32ca6
2 =============================== 2 ===============================
3 3
4 * Huge speed-up in the whole-slide imaging Web viewer plugin: 4 * Huge speed-up in the whole-slide imaging Web viewer plugin:
5 - Reduction of the number of calls to the Orthanc REST API 5 - Reduction of the number of calls to the Orthanc REST API
6 - Cache pre-computed information for each instance as metadata 6 - Cache pre-computed information for each instance as metadata
7 - Larger cache with LRU recycling to improve viewer performance
8 * "OrthancWSIClearCache.py" companion script to clear the WSI cache
7 * Refactorings 9 * Refactorings
8 10
9 11
10 Version 0.1 (2016/10/28) 12 Version 0.1 (2016/10/28)
11 ======================== 13 ========================