Remix.run Logo
nallana 3 hours ago

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

mavdol04 2 hours ago | parent | next [-]

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

devnotes77 3 hours ago | parent | prev [-]

[dead]