| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-02-21 | 411 Bytes | |
| v20.74.0 source code.tar.gz | 2025-02-21 | 291.2 kB | |
| v20.74.0 source code.zip | 2025-02-21 | 350.1 kB | |
| Totals: 3 Items | 641.7 kB | 0 | |
Minor libdeflate correction
- libdeflate is now compatible with uWS::DEDICATED_DECOMPRESSOR and will be used if (and only if) the WebSocket's negotiation downgraded to equivalent of uWS::SHARED_DECOMPRESSOR (client_no_context_takeover). This will boost performance when possible. Of course, uWS::SHARED_DECOMPRESSOR as decompressor will always use libdeflate.
- In other cases, zlib will be used regardless.