| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| * | Not embedding file | 2024-02-13 | 2 | -77511/+9 | ||
| * | Using Ghostty's table gen | 2024-02-12 | 1 | -46/+72 | ||
| * | init | 2024-02-11 | 4 | -0/+77925 | ||