Conversation
| ], default-features = false } # A faster hashmap, nostd compatible | ||
| num-traits = { workspace = true, default-features = false } | ||
| serde = { workspace = true, features = ["alloc"] } # serialization lib | ||
| serde = { workspace = true, features = ["alloc", "rc"] } # serialization lib |
There was a problem hiding this comment.
There was a problem hiding this comment.
they just say it will clone the inner data, i don't think it's a problem for us
|
One big thing we may need to address for corpus at some point is that we now keep all metadata in memory at all times. |
it is partially done this way in the patch. |
rename testcase metadata cell trait. cache dirty cell writeback implementation. implemented cache policies.
continue adapting new corpus stuff for more code. add generic add function to corpus / store.
| ], default-features = false } # A faster hashmap, nostd compatible | ||
| num-traits = { workspace = true, default-features = false } | ||
| serde = { workspace = true, features = ["alloc"] } # serialization lib | ||
| serde = { workspace = true, features = ["alloc", "rc"] } # serialization lib |
There was a problem hiding this comment.
We should get around this somehow - Serde ppl say this will lead to a lot of bugs down the line.
https://serde.rs/feature-flags.html#rc
No description provided.