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

Issue 110483006: Add priority queue to package:collection. (Closed)

Created:
6 years, 11 months ago by Lasse Reichstein Nielsen
Modified:
6 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 57

Patch Set 2 : #

Patch Set 3 : Reduce size of test cases. Some tests are quadratic. #

Patch Set 4 : Improve test layout/comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+577 lines, -9 lines) Patch
M pkg/collection/README.md View 1 2 chunks +22 lines, -8 lines 0 comments Download
M pkg/collection/lib/collection.dart View 2 chunks +2 lines, -0 lines 0 comments Download
A pkg/collection/lib/priority_queue.dart View 1 1 chunk +383 lines, -0 lines 0 comments Download
M pkg/collection/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
A pkg/collection/test/priority_queue_test.dart View 1 2 3 1 chunk +167 lines, -0 lines 0 comments Download
M sdk/lib/core/comparable.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Lasse Reichstein Nielsen
6 years, 11 months ago (2014-01-03 14:43:49 UTC) #1
Anders Johnsen
LGTM - nice one! :) https://codereview.chromium.org/110483006/diff/1/pkg/collection/README.md File pkg/collection/README.md (right): https://codereview.chromium.org/110483006/diff/1/pkg/collection/README.md#newcode26 pkg/collection/README.md:26: some different sorting algorithms. ...
6 years, 11 months ago (2014-01-05 20:37:12 UTC) #2
Søren Gjesse
LGTM, with comments. https://codereview.chromium.org/110483006/diff/1/pkg/collection/lib/priority_queue.dart File pkg/collection/lib/priority_queue.dart (right): https://codereview.chromium.org/110483006/diff/1/pkg/collection/lib/priority_queue.dart#newcode12 pkg/collection/lib/priority_queue.dart:12: * It is optimized for adding ...
6 years, 11 months ago (2014-01-06 08:05:21 UTC) #3
Lasse Reichstein Nielsen
https://codereview.chromium.org/110483006/diff/1/pkg/collection/README.md File pkg/collection/README.md (right): https://codereview.chromium.org/110483006/diff/1/pkg/collection/README.md#newcode26 pkg/collection/README.md:26: some different sorting algorithms. On 2014/01/05 20:37:12, Anders Johnsen ...
6 years, 11 months ago (2014-01-06 12:53:01 UTC) #4
Lasse Reichstein Nielsen
6 years, 11 months ago (2014-01-07 07:59:38 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r31532 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698