mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
880416180b
`arena > Rc` for query results The `Rc`s have to live for the whole duration as their count cannot go below 1 while stored as part of the query results. By storing them in an arena we should save a bit of memory because we don't have as many independent allocations and also don't have to clone the `Rc` anymore. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |