We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The structures defined in the schema scrate haven't yet been optimized for memory usage. In particular, the Node struct is ~1.5KB on a 64-bit machine.
Node
The text was updated successfully, but these errors were encountered:
From running cargo +nightly rustc -p accesskit -- -Zprint-type-sizes, this is a breakdown of the size of Node:
cargo +nightly rustc -p accesskit -- -Zprint-type-sizes
https://gist.github.com/i509VCB/c15dfb11b3804cdbd82a28b5e90b3df8
Sorry, something went wrong.
Resolved by #205
No branches or pull requests
The structures defined in the schema scrate haven't yet been optimized for memory usage. In particular, the
Node
struct is ~1.5KB on a 64-bit machine.The text was updated successfully, but these errors were encountered: