mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-26 22:53:59 +00:00
remove mention of the im
crate
This commit is contained in:
parent
8b2219c1e1
commit
25b54aa0b3
1 changed files with 1 additions and 2 deletions
|
@ -74,6 +74,5 @@ and we cloned them quite frequently. This will work just fine in Salsa,
|
|||
but it may not be the most efficient choice. This is because each clone
|
||||
is going to produce a deep copy of the result. As a simple fix, you
|
||||
might convert your data structures to use `Arc` (e.g., `Arc<Vec<ParsedHeader>>`),
|
||||
which makes cloning cheap. Or you might prefer to adopt persistent data
|
||||
structures such as those found in [the `im` crate](https://crates.io/crates/im).
|
||||
which makes cloning cheap.
|
||||
|
||||
|
|
Loading…
Reference in a new issue