comparison TODO @ 4808:7e1740813fa4

todo cont
author Alain Mazy <am@osimis.io>
date Wed, 17 Nov 2021 10:08:44 +0100
parents 0d5d28f78488
children 6290a0b34aad
comparison
equal deleted inserted replaced
4807:0d5d28f78488 4808:7e1740813fa4
126 * ServerContext::DicomCacheLocker => give access to the raw buffer, 126 * ServerContext::DicomCacheLocker => give access to the raw buffer,
127 useful in ServerContext::DecodeDicomInstance() 127 useful in ServerContext::DecodeDicomInstance()
128 * DicomMap: create a cache to the main DICOM tags index 128 * DicomMap: create a cache to the main DICOM tags index
129 * Check out rapidjson: https://github.com/miloyip/nativejson-benchmark 129 * Check out rapidjson: https://github.com/miloyip/nativejson-benchmark
130 * optimize tools/find with ModalitiesInStudies: 130 * optimize tools/find with ModalitiesInStudies:
131 https://groups.google.com/g/orthanc-users/c/aN8nqcRd3jw/m/pmc9ylVeAwAJ 131 https://groups.google.com/g/orthanc-users/c/aN8nqcRd3jw/m/pmc9ylVeAwAJ.
132 One solution could be: filter first without ModalitiesInStudies and then
133 cycle through the responses to filter out with ModalitiesInStudies
132 134
133 ======== 135 ========
134 Database 136 Database
135 ======== 137 ========
136 138