ledgerwatch / erigon-lib

Dependencies of Erigon project, rewritten from scratch and licensed under Apache 2.0
Apache License 2.0
59 stars 85 forks source link

Decompressor: method to return value size #1053

Open AskAlexSharov opened 1 year ago

AskAlexSharov commented 1 year ago

need method like “skip” to return value size (without returning value). Or ( if it will not reduce “skip” method performance) method “skip” can return it.