| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Renamed Caser to Folder | 2024-03-23 | 1 | -0/+0 | ||
| * | Small format change in main | 2024-03-16 | 1 | -1/+5 | ||
| * | Normalizer back to 300k in Safe | 2024-03-01 | 1 | -16/+16 | ||
| * | Added canonical caseless match to Caser | 2024-03-01 | 3 | -7/+105 | ||
| * | Moved case fold stuff to src/Caser.zig | 2024-03-01 | 4 | -106/+125 | ||
| * | Changes when case folded check; 20ms faster | 2024-03-01 | 2 | -6/+38 | ||
| * | Normalizer.eqlIgnoreCase compatibility caseless matching | 2024-03-01 | 4 | -9/+163 | ||
| * | Removed dupe tombstone check in Normalizer | 2024-02-29 | 1 | -14/+0 | ||
| * | Major Normalizer optimizations | 2024-02-29 | 1 | -60/+75 | ||
| * | Added nfc latin1 check back | 2024-02-28 | 2 | -71/+122 | ||
| * | Using slices for decompositions in Normalizer | 2024-02-28 | 4 | -122/+118 | ||
| * | General Category with GenCatData | 2024-02-27 | 3 | -16/+108 | ||
| * | Normalizer 2x faster than Ziglyph; Uses 2x memory | 2024-02-27 | 1 | -1/+1 | ||
| * | Using NormPropsData in NormData; No Ziglyph deps in NOrmalizer | 2024-02-27 | 4 | -9/+67 | ||
| * | Removed equality functions from Normalizer | 2024-02-27 | 1 | -110/+3 | ||
| * | Using HangulData in NormData | 2024-02-27 | 3 | -12/+67 | ||
| * | Using NormData nfkd | 2024-02-26 | 8 | -101/+97 | ||
| * | Using NormData nfc and nfd | 2024-02-26 | 5 | -27/+16 | ||
| * | Using NormData and CanonData in Normalizer | 2024-02-26 | 4 | -90/+143 | ||
| * | Using separate data struct model. | 2024-02-26 | 7 | -196/+427 | ||
| * | Replaced ccc_map with table. 20ms faster | 2024-02-20 | 5 | -2/+875 | ||
| * | Cleaned up directory structure | 2024-02-19 | 2 | -11/+7 | ||
| * | Tried SIMD lower/upper string. Slower than linear. | 2024-02-18 | 1 | -7/+10 | ||
| * | center, padLeft, padRight, and wrap | 2024-02-18 | 2 | -45/+281 | ||
| * | Grapheme -> grapheme | 2024-02-18 | 1 | -0/+0 | ||
| * | Back to zg code_point. 4ms faster than Ghostty's Utf8Decoder | 2024-02-18 | 3 | -240/+39 | ||
| * | Testing Ghostty's Utf8Decoder. A bit slower | 2024-02-18 | 4 | -18/+216 | ||
| * | Code point code is now a method not a field. | 2024-02-18 | 3 | -44/+47 | ||
| * | Code point and grapheme are now namespaces. | 2024-02-18 | 3 | -56/+54 | ||
| * | Fixed isAsciiOnly and CodePointIterator ASCII bugs | 2024-02-17 | 3 | -10/+11 | ||
| * | display_width tweaks | 2024-02-17 | 3 | -84/+97 | ||
| * | GraphemeIterator ASCII optimization 3x faster | 2024-02-17 | 3 | -55/+64 | ||
| * | isAsciiOnly SIMD tweaks | 2024-02-17 | 1 | -2/+6 | ||
| * | SIMD strWidth ASCII optimization | 2024-02-16 | 2 | -5/+44 | ||
| * | display_width with table | 2024-02-16 | 2 | -5/+120 | ||
| * | build.zig module reorg | 2024-02-15 | 2 | -8/+2 | ||
| * | Removed inline from fns | 2024-02-15 | 1 | -11/+11 | ||
| * | New single byte props table | 2024-02-15 | 1 | -27/+31 | ||
| * | Combinedd Indic ifs | 2024-02-14 | 1 | -17/+2 | ||
| * | emoji direct array access | 2024-02-14 | 1 | -2/+4 | ||
| * | gbp and indic direct array access | 2024-02-14 | 1 | -42/+47 | ||
| * | Passing Unicode 15.1.0 Grapheme Break Tests | 2024-02-14 | 1 | -21/+51 | ||
| * | Removed readCodePoint and StreamingGraphemeIterator | 2024-02-14 | 2 | -232/+0 | ||
| * | Removed unreachables from Grapheme | 2024-02-14 | 1 | -10/+10 | ||
| * | Code reorg; Added UCD | 2024-02-14 | 4 | -314/+34 | ||
| * | Removed unreachables from CodePointIterator | 2024-02-13 | 2 | -1/+132 | ||
| * | Block init fix | 2024-02-13 | 1 | -3/+2 | ||
| * | Using emoji table | 2024-02-13 | 2 | -1/+95 | ||
| * | Passing ziglyph tests | 2024-02-13 | 3 | -16/+250 | ||
| * | Using no_prop to short lookup | 2024-02-13 | 2 | -3/+18 | ||