Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Special handling of arrays if they are big only #70

Open
dtolnay opened this issue Nov 28, 2016 · 0 comments
Open

Special handling of arrays if they are big only #70

dtolnay opened this issue Nov 28, 2016 · 0 comments

Comments

@dtolnay
Copy link

dtolnay commented Nov 28, 2016

<@nox> In heapsize_derive we do https://github.com/servo/heapsize/blob/master/derive/lib.rs#L36-L42,
<@nox> could serde do something similar for array fields?
<@dtolnay> nice, yes we could
<@dtolnay> let me make a ticket
<@nox> Cool. :)
<@dtolnay> we can do a bit better even by only doing it when the array size exceeds our biggest array impl
<@nox> Yeah true.
<@nox> Don't know why we didn't actually, given we have impls too. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant