StringViews (w/ utf8 iterators in the presence of aurt) #4

Open
opened 2022-07-27 12:00:56 +00:00 by reece · 1 comment
Owner
No description provided.
reece changed title from StringViews (w/ utf8 iterators) to StringViews (w/ utf8 iterators in the presence of aurt) 2022-07-27 12:01:06 +00:00
Author
Owner

require AuString replacement

  • use small string optimization overhead to wrap string views
  • true large-based iterators
  • cxx20 apis under cxx17
  • builtin utf8 support (mostly checking the high bits to iterate)

fuck separate view typess. const <generic string type> & should remain the defacto way of handling strings.

unrelated:

  • AuContainerUtils overhaul
require AuString replacement * use small string optimization overhead to wrap string views * true large-based iterators * cxx20 apis under cxx17 * builtin utf8 support (mostly checking the high bits to iterate) fuck separate view typess. `const <generic string type> &` should remain the defacto way of handling strings. unrelated: * AuContainerUtils overhaul
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AuroraSupport/AuROXTL#4
No description provided.