Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LRU cache utility #1090

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

LRU cache utility

1200c41
Select commit
Loading
Failed to load commit list.
Open

LRU cache utility #1090

LRU cache utility
1200c41
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 29, 2025 in 1s

72.96% of diff hit (target 94.29%)

View this Pull Request on Codecov

72.96% of diff hit (target 94.29%)

Annotations

Check warning on line 18 in lib/evmone/lru_cache.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmone/lru_cache.hpp#L18

Added line #L18 was not covered by tests

Check warning on line 20 in lib/evmone/lru_cache.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

lib/evmone/lru_cache.hpp#L20

Added line #L20 was not covered by tests

Check warning on line 15 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L15

Added line #L15 was not covered by tests

Check warning on line 18 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L17-L18

Added lines #L17 - L18 were not covered by tests

Check warning on line 22 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L20-L22

Added lines #L20 - L22 were not covered by tests

Check warning on line 26 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 28 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L28

Added line #L28 was not covered by tests

Check warning on line 30 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L30

Added line #L30 was not covered by tests

Check warning on line 32 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L32

Added line #L32 was not covered by tests

Check warning on line 35 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 37 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L37

Added line #L37 was not covered by tests

Check warning on line 43 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L43

Added line #L43 was not covered by tests

Check warning on line 46 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 50 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L48-L50

Added lines #L48 - L50 were not covered by tests

Check warning on line 54 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 56 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L56

Added line #L56 was not covered by tests

Check warning on line 58 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L58

Added line #L58 was not covered by tests

Check warning on line 60 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L60

Added line #L60 was not covered by tests

Check warning on line 63 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 65 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L65

Added line #L65 was not covered by tests

Check warning on line 71 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L71

Added line #L71 was not covered by tests

Check warning on line 74 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 78 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L76-L78

Added lines #L76 - L78 were not covered by tests

Check warning on line 82 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 85 in test/internal_benchmarks/lru_cache_bench.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/internal_benchmarks/lru_cache_bench.cpp#L84-L85

Added lines #L84 - L85 were not covered by tests