pierrec / lz4

LZ4 compression and decompression in pure Go
BSD 3-Clause "New" or "Revised" License
878 stars 142 forks source link

lz4 library supports arm32 but not arm64 #142

Closed lizthegrey closed 3 years ago

lizthegrey commented 3 years ago

We tried arm64 inside a consumer of the lz4 library and saw extreme performance degradation; while amd64 and arm32 are assembly optimized in the lz4 library, arm64 doesn't appear to be yet.

Thank you to @greatroar for getting things started with arm32 though!

vielmetti commented 3 years ago

cc @bhumikpatel