FuelLabs/fuel-tx

Improve next duplicate of iterator

开放

#148 创建于 2022年6月23日

 (0 条评论) (0 个反应) (0 位负责人)Rust (3 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (14 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南