Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
BYTE_STREAM_SPLIT essentially does a scatter/gather operation in the encode/decoder paths. Unfortunately, it is not as fast as memcpy when the data is cached. That can be improved through using simd intrinsics.
Attachments
Issue Links
- links to