Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

string #4

Open
5 of 15 tasks
redorav opened this issue Mar 26, 2023 · 0 comments
Open
5 of 15 tasks

string #4

redorav opened this issue Mar 26, 2023 · 0 comments
Assignees

Comments

@redorav
Copy link
Owner

redorav commented Mar 26, 2023

  • erase
  • erase_all
  • erase_if
  • replace
  • replace_all(char, char)
  • replace_all(string, string)
  • replace_all(char, string)
  • replace_all(string, char)
  • replace_all_utf8(char, char)
  • split
  • findi: case insensitive
  • replacei: case insensitive
  • to_string
  • optimize fixed_string so that length is encoded in the last byte, if length < 256
  • optimize string so that optionally length and capacity are not 8 bytes each but less if usage permits. This has an impact on the SSO so take that into account
@redorav redorav self-assigned this Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant