Skip to content

Commit 9243c20

Browse files
authored
Merge pull request #10 from b1tflyyyy/dev
update README.md
2 parents f9514d2 + 40e842e commit 9243c20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ This is an implementation of the `UTF-8` encoding standard for `C++`, the implem
1616

1717
## 💫 Library Features:
1818
- Support for creating an object from: `std::string, std::string_view, const char*`
19-
- Comparing an `utf8::ustring` with `utf8::ustring` (comparison with `const char*`, `std::string`, `std::string_view` will be added in the future)
19+
- Comparing an `utf8::ustring` with `utf8::ustring`, `const char*`, `std::string`, `std::string_view`
2020
- Copy/Move (<- assignment also) constructor implemented
2121
- O(1) Random Access
2222
- Simple replacement of any character, e.g. a smaller character `(1 byte)` with a larger character `(2-3-4 bytes)`.
23+
- Write/read to a file
2324

2425
## ⚡️ Performance Test:
2526
| String-Version | Test-Name | iteration count | time (for all iterations) |
@@ -43,8 +44,6 @@ ustr == str; // false
4344
```
4445
4546
## ⭐️ Coming Soon:
46-
- Write/read to file.
47-
- Add new features.
4847
- Docs.
4948
5049
### © 2024 Andrii (AKA b1tflyyyy). All rights reserved.

0 commit comments

Comments
 (0)