Vinícius Miguel

Results 13 issues of Vinícius Miguel

https://crates.io/crates/zune-inflate

enhancement

`GenericGaugeVec::new`'s need for `&[&str]` can lead to inefficient code such as what can be seen [here](https://github.com/graphprotocol/graph-node/blob/ef2a492da256205416b28e1e53265037a1031e2d/graph/src/components/metrics/mod.rs#L99) in The Graph's code, where a `Vec` is obtained from a `Vec`, which is...