Skip to content

Commit

Permalink
trim text a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras committed Nov 15, 2023
1 parent 1a55ec8 commit 866649e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ with [detailed benchmarks](#comparison-benchmarks) to prove it.
* **🗑️ Zero allocation** - intelligent and efficient memory management allowing
for zero allocations after warmup incl. supporting use cases of reading or
writing arrays of values (e.g. features) easily without repeated allocations.
* **✅ Thoroughly tested** with great code coverage and special focus on testing
edge cases including randomized [fuzz testing](https://en.wikipedia.org/wiki/Fuzzing).
* **✅ Thoroughly tested** with great code coverage and focus on testing
edge cases incl. randomized [fuzz testing](https://en.wikipedia.org/wiki/Fuzzing).
* **🌐 Cross-platform** - works on any platform, any architecture supported by
.NET. 100% managed and written in beautiful modern C#.
* **✂️ Trimmable and AOT/NativeAOT compatible** - no problematic reflection or
Expand Down

0 comments on commit 866649e

Please sign in to comment.