FuelLabs/fuel-tx

Improve next duplicate of iterator

Offen

#148 geöffnet am 23.06.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (3 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (14 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

This code is created as tech-debt and is under optimized. The iterator to find a duplicate shouldn't enforce copy and shouldn't allocated into a sorted vec.

https://github.com/FuelLabs/fuel-tx/blob/8e9dde715701f4535c07c2538c5f8ba7a4754c0a/src/transaction/internals.rs#L9-L23

Contributor Guide