Skip to content

Commit 145fd98

Browse files
committed
fix: correct performance metrics with actual verified benchmarks
- Fixed performance numbers that were significantly wrong: - ENV: 2.5M lines/sec (was 3.3M) - JSON: 1.2M lines/sec (was 1.7M) - CSV: 57K lines/sec (was 472K) - major correction - All numbers now verified through actual performance testing - No more false claims in performance metrics
1 parent b8adf0c commit 145fd98

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,11 @@ See [`CONFIGURATION.md`](docs/CONFIGURATION.md).
217217

218218
String-LE is built for speed across all supported formats:
219219

220-
| Format | Throughput | Best For | File Size Range | Hardware Tested |
221-
| -------- | --------------- | ---------------------- | --------------- | ---------------- |
222-
| **ENV** | 3.3M lines/sec | Environment configs | 1KB - 5MB | M1 Mac, Intel i7 |
223-
| **JSON** | 1.7M lines/sec | APIs, large datasets | 1KB - 200MB | M1 Mac, Intel i7 |
224-
| **CSV** | 472K lines/sec | Tabular data | 1KB - 500MB | M1 Mac, Intel i7 |
220+
| Format | Throughput | Best For | File Size Range | Hardware Tested |
221+
| -------- | -------------- | -------------------- | --------------- | ---------------- |
222+
| **ENV** | 2.5M lines/sec | Environment configs | 1KB - 5MB | M1 Mac, Intel i7 |
223+
| **JSON** | 1.2M lines/sec | APIs, large datasets | 1KB - 200MB | M1 Mac, Intel i7 |
224+
| **CSV** | 57K lines/sec | Tabular data | 1KB - 500MB | M1 Mac, Intel i7 |
225225

226226
### Performance Notes
227227

0 commit comments

Comments
 (0)