Y
Hacker News
new
|
ask
|
show
|
jobs
Rust's Serde Large Overhead
(
github.com
)
1 points
by
zteppenwolf
130 days ago
1 comments
zteppenwolf
130 days ago
Rust's widely used serde library presents a large serialization overhead due to its visitor pattern, that is inefficient when compared to serialization implementations that simply follows the static declarations.
link