Skip to content

Commit 0455f8d

Browse files
committed
docs: highlight performance and link to benchmark repo in README.md
1 parent ac7b8a0 commit 0455f8d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
[![PHP](https://img.shields.io/badge/PHP-%5E8.4-777BB4?logo=php&logoColor=white)](https://packagist.org/packages/std-out/simple-data-objects)
99
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
1010

11-
**Lightweight, attribute-driven DTOs for PHP 8.4+.**
12-
Works standalone or inside Laravel 12–13. No reflection in production.
11+
**Lightweight, attribute-driven DTOs for PHP 8.4+ — up to 37× faster hydration and serialization than the most popular alternative, zero reflection at runtime.**
12+
Works standalone or inside Laravel 12–13.
1313

1414
```bash
1515
composer require std-out/simple-data-objects
@@ -44,6 +44,8 @@ Benchmarked against **the most popular full-featured data-object library in the
4444

4545
Absolute numbers vary with hardware; the ratios stay stable across runs. CPU time per operation follows the same ratios — less CPU burned per request means more headroom per server.
4646

47+
Don't take the numbers on faith — **[run the benchmarks yourself](https://github.com/std-out/simple-data-objects-benchmark)**: clone the companion repo, `make bench`, or swap in your own payload shapes.
48+
4749
---
4850

4951
## Quick Look

0 commit comments

Comments
 (0)