drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
922 stars 164 forks source link

Spanify (part 2) #363

Closed iamcarbon closed 7 months ago

iamcarbon commented 7 months ago

This PR updates a few more preambles with statically initialized data, and updates the uses of ByteArrayUtil to use built-in vectorized span functions.

[Breaking] This PR also removes the now unused ByteArrayUtil, which was previously public.

iamcarbon commented 7 months ago

@drewnoakes Ready for review / feedback.