Closed
Description
Moving from rustc 1.54 to 1.55, I'm observing a 4x compilation time slowdown for the examples for the hash-trie
crate I'm working on. permalink to current revision
I'm not sure if this is a bug, or some new compilation feature, but compilation times increasing from 45-60s to 180-240s is not something I was expecting.
cargo run --release --example set
cargo run --release --example set_xor
Perhaps I'm doing something pathological in my crate, but I'd be very curious to know what change is causing this.