segmentio / asm

Go library providing algorithms optimized to leverage the characteristics of modern CPUs
MIT No Attribution
869 stars 36 forks source link

Update base64 string handling and adjust LUT #51

Closed kalamay closed 3 years ago

kalamay commented 3 years ago

This PR fixes an issue with an incorrect handling of an internal temporary re-interpretation of a string value. Additionally, this changes the strategy for passing the encode and decode lookup tables from arrays to pointers.

Fixes #50