Skip to content

Commit f09015c

Browse files
authored
Enhance README features section with benchmarks
Updated feature description with benchmark details and links.
1 parent da4096e commit f09015c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The fastest deep cloning library, supporting anything from <code>.NET 4.6</code>
1616

1717
## ✨ Features
1818

19-
- **The Fastest** - Benchmarked to beat all other libraries with third-party independent benchmarks verifying the speed
19+
- **The Fastest** - [Benchmarked](https://github.com/lofcz/FastCloner?tab=readme-ov-file#performance) to beat all other libraries with third-party independent benchmarks verifying the speed. **300x** speed-up vs using `Newtonsoft.Json` and **160x** vs `System.Text.Json`
2020
- **The Most Correct** - Cloning objects is hard: `<T>`, `abstract`, immutables, read-only, pointers, circular dependencies, deeply nested graphs.. we have over [500 tests](https://github.com/lofcz/FastCloner/tree/next/FastCloner.Tests) verifying correct behavior in these cases and we are transparent about the [limitations](https://github.com/lofcz/FastCloner?tab=readme-ov-file#limitations)
2121
- **Novel Algorithm** - FastCloner recognizes that certain cloning code cannot be generated in certain scenarios and uses highly optimized reflection-based approach instead for these types - this only happens for the members that need this, not entire objects
2222
- **Embeddable** - FastCloner has no dependencies outside the standard library. Source generator and reflection parts can be installed independently

0 commit comments

Comments
 (0)