FuelLabs/fuel-tx

Improve next duplicate of iterator

オープン

#148 opened on 2022/06/23

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (3 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (14 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド