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

perf: improve mem reading in Memory #2667

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

perf: add write versioning check; add tests

ff944f2
Select commit
Loading
Failed to load commit list.
Draft

perf: improve mem reading in Memory #2667

perf: add write versioning check; add tests
ff944f2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 10, 2024 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 188 in rskj-core/src/main/java/org/ethereum/crypto/cryptohash/DigestEngine.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
Digest.update
; it is advisable to add an Override annotation.

Check notice on line 194 in rskj-core/src/main/java/org/ethereum/crypto/cryptohash/DigestEngine.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
Digest.update
; it is advisable to add an Override annotation.