Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Issue 883333002: More perf. improvements on crypto. _wordToBytes return Uint8List, but addAll is not prepared to run… (Closed)

Created:
5 years, 10 months ago by srdjan
Modified:
5 years, 10 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

More perf. improvements on crypto. _wordToBytes return Uint8List, but addAll is not prepared to run optimzally with typed data so use more neutral List<int> as result. TODO: adapt addAll for faster operations on typed data as well. Committed: https://code.google.com/p/dart/source/detail?r=43309

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M pkg/crypto/lib/src/hash_utils.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
srdjan
TBR
5 years, 10 months ago (2015-01-29 19:10:55 UTC) #2
srdjan
Committed patchset #1 (id:1) manually as r43309 (presubmit successful).
5 years, 10 months ago (2015-01-29 19:11:09 UTC) #3
Ivan Posva
5 years, 10 months ago (2015-01-30 10:09:26 UTC) #4
Message was sent while issue was closed.
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698