Skip to content

Commit

Permalink
理论上还是会快一些(?
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjackyuanjie committed Aug 26, 2024
1 parent 7a2f5e5 commit 191c1ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions branch/latest/md5.js
Original file line number Diff line number Diff line change
Expand Up @@ -17489,9 +17489,10 @@ T.Plr.prototype = {
// initRawAttr
var s, r, q, p, this_ = this
// for (s = $.Z(); s < 31; s += $.B()) {
for (s = 10; s < 31; s += $.B()) {
for (s = 10; s < 31; s += 3) {
r = this_.q
q = C.Array.al(this_.t, s, s + $.B())
// q = C.Array.al(this_.t, s, s + $.B())
q = C.Array.al(this_.t, s, s + 3)
// if (!!q.immutable$list) H.throw_expression(P.UnsupportError("sort"))
p = q.length - 1
// sort
Expand Down

0 comments on commit 191c1ea

Please sign in to comment.