generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
T-CBMCIssue related to an existing CBMC issueIssue related to an existing CBMC issue[E] PerformanceTrack performance improvement (Time / Memory / CPU)Track performance improvement (Time / Memory / CPU)
Description
I tried this code:
use std::collections::BTreeSet;
fn main() {
let mut set = BTreeSet::<u32>::new();
set.insert(0);
}using the following command line invocation:
rmc test.rs --unwind 2
with RMC version: 8de5cd67609
CBMC memory usage went up to 20GB after 1 minute and reached ~30 GB shortly after.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T-CBMCIssue related to an existing CBMC issueIssue related to an existing CBMC issue[E] PerformanceTrack performance improvement (Time / Memory / CPU)Track performance improvement (Time / Memory / CPU)