Skip to content

Commit 64fd006

Browse files
Update README.md
1 parent 5134aeb commit 64fd006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Kernel foundation library for Windows.
1111
- [ ] Rework `UString`, `USimpleString`, `ASimpleString` in favour of `std::string_view`, `std::wstring_view` as they have no 32k limit
1212
- [ ] Think how to make `GenericTableAvl` safe for concurrent reading (maybe replace it?)
1313
- [ ] Get rid of `FltResourceExclusiveLock`/`FltResourceSharedLock`/`EResourceExclusiveLock`/`EResourceSharedLock` and make `FltResource`/`EResource` lockable with `std::shared_lock`/`std::unique_lock`
14+
- [ ] Replace `scoped_buffer` with `vector` (and an appropriate allocator)

0 commit comments

Comments
 (0)