tvl-depot/users/tazjin/german-string
Vincent Ambo 2284c00417 feat(tazjin/german-string): PartialEq implementation for GermanString
This is where one of the advantages of this string representation starts to
shine: For small strings there's no derefencing any heap memory at all, and for
the long representation we can compare the prefix before moving on.

Change-Id: Iac333a52e8d7c9dd09e33dbcf51754e321c880e6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12238
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2024-08-19 13:19:25 +00:00
..
src feat(tazjin/german-string): PartialEq implementation for GermanString 2024-08-19 13:19:25 +00:00
.gitignore feat(tazjin/german-string): init initial representation 2024-08-19 11:42:56 +00:00
Cargo.lock feat(tazjin/german-string): init initial representation 2024-08-19 11:42:56 +00:00
Cargo.toml feat(tazjin/german-string): init initial representation 2024-08-19 11:42:56 +00:00