|
|
|
|
|
by coderedart
882 days ago
|
|
The star of that benchmark is actually nanoserde. 1. outperforms a bunch of binary formats (as well as all other text formats)
2. has zero dependencies with fast compile times (even the derive macros are custom and don't use syn family crates as build-time deps) |
|