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

Optimize keccak operations #832

Merged
merged 2 commits into from
Mar 14, 2024
Merged

Optimize keccak operations #832

merged 2 commits into from
Mar 14, 2024

Conversation

Uxio0
Copy link
Member

@Uxio0 Uxio0 commented Mar 13, 2024

  • Use fast_keccak, fast_keccak_text, fast_is_checksum_address when posible
  • Use caching for keccak operations. Memory usage is better than CPU usage

@Uxio0 Uxio0 requested a review from a team as a code owner March 13, 2024 17:11
- Use `fast_keccak`, `fast_keccak_text`, `fast_is_checksum_address` when posible
- Use caching for keccak operations. Memory usage is better than CPU usage
@Uxio0 Uxio0 force-pushed the optimize-keccak-operations branch from ee4e7a2 to 3755d7c Compare March 13, 2024 17:17
@Uxio0 Uxio0 added the breaking_change Breaking change label Mar 14, 2024
Uxio0 added a commit to safe-global/safe-transaction-service that referenced this pull request Mar 14, 2024
@Uxio0 Uxio0 merged commit a3f5cc0 into main Mar 14, 2024
7 checks passed
@Uxio0 Uxio0 deleted the optimize-keccak-operations branch March 14, 2024 11:02
@github-actions github-actions bot locked and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking_change Breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants