Subsize 【 subscalar 】 encoding

작성자

카테고리:

← 피드로
r/programming · /u/matryun · 2026-09-01 개발(SW)

Indexing strings by character (Unicode scalar) instead of UTF offsets can be more comfortable for parsers or short manipulations. The minimum cost for reading a >= U+FE character is: Lookup rope table by byte key (holding a high bit position), in goal of the scalar…

원문 보기 ↗