Update TODO.md

This commit is contained in:
EnderIce2 2024-03-10 22:07:02 +02:00
parent 0c0ee01f35
commit 1c723e9710
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -46,3 +46,6 @@
- [ ] Optimize the scheduler - [ ] Optimize the scheduler
- Create a separate list for processes that are waiting for a resource or a signal, etc. - Create a separate list for processes that are waiting for a resource or a signal, etc.
- Use all cores to schedule threads. - Use all cores to schedule threads.
- [ ] Improve Remap() function.
- Remove Unmap & Map logic. Remove all flags directly.