archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
69 stars 21 forks source link

Optimize ChainIndex.get_tx_entry #1499

Closed Neylix closed 2 months ago

Neylix commented 2 months ago

Description

Optimize ChainIndex.get_tx_entry by reducing :file.read call

How Has This Been Tested?

Unit test and also manual benchmark

Checklist: