Skip to content

Releases: MiloszKrajewski/K4os.Text.BaseX

v0.0.9

21 Feb 18:48
Compare
Choose a tag to compare
  • FIXED: NullReferenceException when trying to use Base64.Serializer codec
  • IMPROVED: Minor speed improvement for Base64 SIMD codec

0.0.8

31 Jan 18:49
Compare
Choose a tag to compare

IMPROVED: ~5% speed improvements for SIMD Base16 codecs
IMPROVED: New SIMD Base64 SSSE3 decoder (~10% faster then SSE2)

0.0.7

19 Jan 21:33
Compare
Choose a tag to compare

IMPROVED: Base64 can use SIMD (SSE3) instructions to speed up encoding/decoding

0.0.6

07 Jan 09:26
Compare
Choose a tag to compare

IMPROVED: ShortGuid interface (added .Parse, .TryParse, .CanParse, .Create)
IMPROVED: ShortGuid parsing (less allocations)
IMPROVED: Better string allocation (affect all encoding)

0.0.5

04 Jan 20:04
Compare
Choose a tag to compare

IMPROVED: Base16 can use SIMD (SSE2/AVX2) instructions to speed up encoding/decoding

0.0.4

13 Aug 22:29
Compare
Choose a tag to compare

IMPROVED: Base85 is now faster

0.0.3

12 Oct 09:40
Compare
Choose a tag to compare

ADDED: Base85 codec
ADDED: ShortGuid constructor can take "normal" Guid text representation as well

0.0.2

12 Oct 09:27
Compare
Choose a tag to compare

ADDED: Base85 codec
ADDED: ShortGuid constructor can take "normal" Guid text representation as well

0.0.1

21 Sep 22:35
Compare
Choose a tag to compare

ADDED: Base64 codec
ADDED: Base16 codec
ADDED: ShortGuid