Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | twtstr: type erase binarySearch instantiation | bptato | 2024-09-06 | 1 | -5/+5 |
| | | | | | | | | Do it like parseEnumNoCase0, so we no longer instantiate a gazillion different binary searches for the same type. While we're at it, make matchNameProduction's searchInMap use uint32 too. | ||||
* | utils/map: remove unused special case | bptato | 2024-01-17 | 1 | -3/+0 |
| | | | | Even if it were used, it's UB... | ||||
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -1/+1 |
| | |||||
* | strwidth & url fixes | bptato | 2023-12-16 | 1 | -3/+3 |
| | | | | | | * actually search Combining for isCombining * fix searchInMap * fix cmpRange of url | ||||
* | break up twtstr somewhat | bptato | 2023-12-13 | 1 | -3/+3 |
| | | | | | Avoid computing e.g. charwidth data for http which does not need it at all. | ||||
* | Factor out map search, remove sugar | bptato | 2023-06-29 | 1 | -0/+21 |