Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpahm authored Nov 3, 2024
1 parent 45fcbba commit 0d04a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository simply serves as a collection of well-tested C# implementations of some common data structures and algorithms that I've put together **for practice and educational purposes.**

You are free to use the contents of this project as you wish. **PRs will not be accepted unless they fix bugs in existing implementations**, as allowing others to do the work for me would defeat the purpose of this project.
You are free to use the contents of this project as you wish. Note that most of these are not as optimized as their native .NET variants due to lacking hardware-specific optimizations and direct CLR access. **PRs will not be accepted unless they fix bugs in existing implementations**, as allowing others to do the work for me would defeat the purpose of this project.

#### CURRENTLY WIP!

Expand Down

0 comments on commit 0d04a65

Please sign in to comment.