Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Unicode related library

NotificationsYou must be signed in to change notification settings

gavrilikhin-d/unicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of high-level wrappers above ICU.

unicode::string_view

View over unicode characters inside any string-like thing.

Why?

Most programming languages, even with unicode support, fail to recognize flags and denormalized characters as single entities.

python:

C++:

Except, swift:

Features

Main features ofunicode::string_view:

  • Indexing over unicode characters (grapheme clusters), not codepoints
  • O(1) time and memory overhead for ASCII strings
  • O(1) size() complexity
  • O(log n) operator[] complexity

About

Unicode related library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp