Add more information to projects and add some more minor things I found

This commit is contained in:
2025-12-28 22:07:57 +01:00
parent e5016c36fc
commit eaea74f92a
8 changed files with 38 additions and 3 deletions

View File

@@ -30,7 +30,9 @@ A collection of random ideas
- [Rust crate for state machines](./projects/state-machine-crate.md)
- [Implement new werewolf bot](./projects/werewolf-bot.md)
- [Parse CS Demos](./projects/cs-demos.md)
- [Implement jiffy Queue](./projects/jiffy-queue.md)
- [Implement Jiffy Queue](./projects/jiffy-queue.md)
- [Implement Jiffy Skip List](./projects/jiffy-skip-list.md)
- [Implement WRLQueue](./projects/wrl-queue.md)
- [Implement Combine-and-Exchange locks](./projects/combine-exchange-locks.md)
- [Custom Rust async runtime](./projects/custom-rust-async-runtime.md)
- [Custom drone software](./projects/custom-drone-software.md)