Releases: JuliaString/ShortStrings.jl
Releases · JuliaString/ShortStrings.jl
v0.3.11
v0.3.10
v0.3.9
ShortStrings v0.3.9
Merged pull requests:
Update CI
Merge pull request #44 from saolof/patch-1 Add conversion from Symbol to ShortString
v0.3.7
ShortStrings v0.3.7
v0.3.6
ShortStrings v0.3.6
Merged pull requests:
v0.3.4
v0.3.3
ShortStrings v0.3.3
Closed issues:
- A function that returns the right constructor given a max length (#20)
- Access violations due to code converting String types to ShortString (#28)
- I have a question - why are the lengths 30, 62, 126, instead of 31, 63, and 127 (and if there were a UInt2048, 255)? (#29)
Merged pull requests:
- Optimized isascii and length (#22) (@oxinabox)
- Fast implementation of iterate (#30) (@ScottPJones)
- Fix issue #29, use bytes instead of nibbles (#31) (@ScottPJones)
- Fast conversion from ShortString to String (#33) (@ScottPJones)
- Fix #28, fix ShortString constructor (#35) (@ScottPJones)
- Fix #20, adds constructor given just maximum length (#36) (@ScottPJones)
v0.2.7
ShortStrings v0.2.7
Merged pull requests:
- Use MurmurHash3 to allow for fast in-memory hashing with no conversion (#26) (@ScottPJones)
v0.2.6
ShortStrings v0.2.6
Closed issues:
- Fast constructor for constructing a larger ShortString from a shorter one (#18)
- Define promotion rules (#19)
Merged pull requests:
- fixed (#25) (@xiaodaigh)