ergoplatform/ergo

Optimize HistoryStorage.modifierById method

Open

#1,191 opened on Sep 17, 2020

 (3 comments) (0 reactions) (0 assignees)Scala (201 forks)github user discovery
help wanted

Repository metrics

Stars
 (519 stars)
PR merge metrics
 (Avg merge 12d 5h) (13 merged PRs in 30d)

Description

This method appears in the hotspot list of the profiler. (Headers syncronization stage)

Note that despite most of the time is spent in decodePoint, around 30% is spent somewhere inside modifierById.

Contributor guide