logoalt Hacker News

nallanayesterday at 11:48 PM2 repliesview on HN

Why not a shared buffer? Serializing into JSON on this hot path should be entirely avoidable


Replies

mavdol04today at 12:28 AM

I think a shared array just avoids the copy, not the serialization which is the main problem as they showed with serde-wasm-bindgen test

devnotes77today at 12:05 AM

[dead]