Efferent-Health / fo-dicom.Codecs

Cross-platform Dicom native codecs for fo-dicom
Other
64 stars 22 forks source link

Using shared array pool for byte allocation #61

Closed bcarthic closed 4 months ago

bcarthic commented 7 months ago

Description:

Using ArrayPool.Shared instead of creating a new byte[] every time to be more efficient on

Testing Ran unit and acceptance tests.

bcarthic commented 7 months ago

@jaime-olivares, please review when you get a chance

jaime-olivares commented 7 months ago

we will review and merge as soon as possible

bcarthic commented 6 months ago

we will review and merge as soon as possible

@jaime-olivares, any update here?