 |
Changes
- Use primitive 158 for string comparison
(details / githubweb)
- String>>#compare:with:collated: now returns negative/0/positive numbers instead of 1/2/3
(details / githubweb)
- String class>>#compare:with:collated: now returns -1/0/1 + deprecated ByteString>>compare:with:collated:
(details / githubweb)
- Remove AsciiOrder parameter chen possible to use jitted version of new comparison primitive and more speed
(details / githubweb)
|