Leonardo Campos
Leonardo Campos
af6f558cd2c99a357d4cec2c3b293859f8db338c fix(DicomMetadataStore): improved performance Made some changes to DicomMetadataStore because some methods were taking a lot of time to run due to a O(n) search (instances). These are the times...
I created a test to compare terser (faster than babel) and esbuild minifying 218 files (41MB) and esbuild (1.4s) is 46x faster than terser (65s). The final bundle had almost...
> Any updates on this? I tried to run @lscoder PR to test it, but didn't get what's changed and how it should work. In my project, we want to...
> @lscoder You saved my life with that PR hahaha! 🎉. Just a small doubt. Is there a way to download all studies? Because from what I understand, it downloads...
@sedghi It seems to be related to #4232. `getDynamicVolumeInfo` from `'@cornerstonejs/streaming-image-volume-loader'` should be called only when 4D mode is loaded. Currently it may be getting called even in basic mode....