Releases: MiloszKrajewski/K4os.Text.BaseX
Releases · MiloszKrajewski/K4os.Text.BaseX
v0.0.9
0.0.8
IMPROVED: ~5% speed improvements for SIMD Base16 codecs
IMPROVED: New SIMD Base64 SSSE3 decoder (~10% faster then SSE2)
0.0.7
IMPROVED: Base64 can use SIMD (SSE3) instructions to speed up encoding/decoding
0.0.6
IMPROVED: ShortGuid interface (added .Parse, .TryParse, .CanParse, .Create)
IMPROVED: ShortGuid parsing (less allocations)
IMPROVED: Better string allocation (affect all encoding)
0.0.5
IMPROVED: Base16 can use SIMD (SSE2/AVX2) instructions to speed up encoding/decoding
0.0.4
IMPROVED: Base85 is now faster
0.0.3
ADDED: Base85 codec
ADDED: ShortGuid constructor can take "normal" Guid text representation as well
0.0.2
ADDED: Base85 codec
ADDED: ShortGuid constructor can take "normal" Guid text representation as well
0.0.1
ADDED: Base64 codec
ADDED: Base16 codec
ADDED: ShortGuid