Mercurial > hg > orthanc
comparison TODO @ 4787:9a1f106e175c
todo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 31 Aug 2021 12:49:39 +0200 |
parents | 10821a8abba1 |
children | 1eca4378d761 |
comparison
equal
deleted
inserted
replaced
4786:10821a8abba1 | 4787:9a1f106e175c |
---|---|
117 | 117 |
118 =========== | 118 =========== |
119 Performance | 119 Performance |
120 =========== | 120 =========== |
121 | 121 |
122 * StorageAccessor => add a memory cache, for instance to speed up | 122 * StorageAccessor => add a memory cache using MemoryStringCache, for |
123 WADO-RS Retrieve Frames in DICOMweb plugin | 123 instance to speed up WADO-RS Retrieve Frames in DICOMweb plugin |
124 * ServerContext::DicomCacheLocker => give access to the raw buffer, | 124 * ServerContext::DicomCacheLocker => give access to the raw buffer, |
125 useful in ServerContext::DecodeDicomInstance() | 125 useful in ServerContext::DecodeDicomInstance() |
126 * DicomMap: create a cache to the main DICOM tags index | 126 * DicomMap: create a cache to the main DICOM tags index |
127 * Check out rapidjson: https://github.com/miloyip/nativejson-benchmark | 127 * Check out rapidjson: https://github.com/miloyip/nativejson-benchmark |
128 | 128 |