Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ Median of 11 runs of 2000 sequential requests to a local HTTP/2 server, 1 KiB JS

| Package | req/s | Wheel | Profiles | Backend |
| --- | --- | --- | --- | --- |
| [`primp`](https://github.com/deedy5/primp) | 6312 | 5.9 MB | n/a | Rust |
| [`rnet`](https://github.com/0x676e67/rnet) | 5093 | 3.7 MB | 75 | Rust |
| **`impit`** | 3808 | 4.2 MB | 20 | Rust |
| [`curl_cffi`](https://github.com/lexiforest/curl_cffi) | 3428 | 13.5 MB | 38 | C (libcurl) |
| [`tls-client`](https://github.com/FlorianREGAZ/Python-Tls-Client) | 3223 | 41.3 MB | 51 | Go |
| `httpx` (no impersonation) | 2311 | 0.1 MB | — | Python |
| [`primp`](https://github.com/deedy5/primp) | 4889 | 5.9 MB | n/a | Rust |
| [`rnet`](https://github.com/0x676e67/rnet) | 4055 | 3.7 MB | 75 | Rust |
| **`impit`** | 3617 | 5.2 MB | 20 | Rust |
| [`curl_cffi`](https://github.com/lexiforest/curl_cffi) | 2688 | 13.5 MB | 38 | C (libcurl) |
| [`tls-client`](https://github.com/FlorianREGAZ/Python-Tls-Client) | 2493 | 41.3 MB | 51 | Go |
| `httpx` (no impersonation) | 1776 | 0.1 MB | — | Python |

**Node.js**

| Package | req/s | Install | Profiles | Backend |
| --- | --- | --- | --- | --- |
| [`got-scraping`](https://github.com/apify/got-scraping) | 2332 | 4.7 MB | 3 | Node.js TLS |
| **`impit`** | 2260 | 8.7 MB | 20 | Rust |
| [`cycletls`](https://github.com/Danny-Dasilva/CycleTLS) | 610 | 133.0 MB | raw JA3 | Go subprocess |
| `undici` (no impersonation) | 4661 | 1.9 MB | — | Node.js |
| **`impit`** | 2153 | 10.7 MB | 20 | Rust |
| [`got-scraping`](https://github.com/apify/got-scraping) | 1741 | 4.7 MB | 3 | Node.js TLS |
| [`cycletls`](https://github.com/Danny-Dasilva/CycleTLS) | 387 | 133.0 MB | raw JA3 | Go subprocess |
| `undici` (no impersonation) | 3837 | 1.9 MB | — | Node.js |

Measured by [`benchmarks/`](benchmarks) on linux-x64, 2026-09-03. Rerun it on your own hardware.
Measured by [`benchmarks/`](benchmarks) on linux-x64, 2026-09-07. Rerun it on your own hardware.
<!-- comparison:end -->

### Other projects
Expand Down