You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+70-20Lines changed: 70 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,54 +166,104 @@ cargo build --release
166
166
167
167
📖 **[Full installation guide](docs/INSTALLATION.md)** — includes shell completions, manual downloads, updating, and troubleshooting.
168
168
169
-
## Performance
169
+
## ⚡ Blazingly Fast
170
170
171
-
morph is built in Rust and designed for speed. Benchmarks are run using [Criterion](https://github.com/bheisler/criterion.rs) at 100, 1,000, and 10,000 record scales.
171
+
morph is built in Rust and optimized for high-throughput data pipelines.
172
172
173
-
### Throughput — Parsing
173
+
### Current Throughput (Criterion)
174
+
175
+
Measured from `cargo bench --bench benchmarks` on macOS arm64 (Feb 2026).
176
+
177
+
#### Parsing
174
178
175
179
| Format | 100 records | 1,000 records | 10,000 records |
0 commit comments