string_impl #2

Merged
marco merged 8 commits from string_impl into master 2026-03-16 09:55:28 +01:00

8 Commits

Author SHA1 Message Date
de22c706af Added String benchmark function
All checks were successful
clang-build / clang-build (push) Successful in 30s
gcc-build / gcc-build (push) Successful in 21s
clang-build / clang-build (pull_request) Successful in 31s
gcc-build / gcc-build (pull_request) Successful in 20s
2026-03-16 09:53:07 +01:00
f8a77a6056 Added String type documentation
All checks were successful
clang-build / clang-build (push) Successful in 30s
gcc-build / gcc-build (push) Successful in 19s
2026-03-16 09:42:15 +01:00
6110fc963c Fixed a bug and added unit tests for String type
All checks were successful
clang-build / clang-build (push) Successful in 30s
gcc-build / gcc-build (push) Successful in 18s
2026-03-13 18:27:00 +01:00
1871035cd6 Added string_{trim,split,destroy,split_destroy}
All checks were successful
clang-build / clang-build (push) Successful in 28s
gcc-build / gcc-build (push) Successful in 19s
2026-03-13 17:36:37 +01:00
b4a704f1b4 Added `string_{get_at,set_at,to_lower,to_upper,reverse}
Some checks failed
clang-build / clang-build (push) Failing after 18s
gcc-build / gcc-build (push) Successful in 19s
2026-03-13 17:16:02 +01:00
086446039b Fixed a bug about string comparison
Some checks failed
clang-build / clang-build (push) Failing after 20s
gcc-build / gcc-build (push) Failing after 5s
2026-03-13 11:48:42 +01:00
55b14ee949 Added string_{new,clone,concat,contains,slice,eq}
Some checks failed
clang-build / clang-build (push) Failing after 24s
gcc-build / gcc-build (push) Failing after 4s
2026-03-13 11:39:50 +01:00
110ccae8b9 Added UTF-8 helper functions
All checks were successful
clang-build / clang-build (push) Successful in 1m25s
gcc-build / gcc-build (push) Successful in 18s
2026-03-13 10:43:36 +01:00