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

Side by Side Diff: CHANGELOG.md

Issue 1408253004: Optimizie the insertion of an iterable. (Closed) Base URL: https://github.com/dart-lang/typed_data.git@master
Patch Set: Address comments Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/typed_buffers.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.1.1
2 * Optimize `insertAll` with an `Iterable` argument and no end-point.
1 ## 1.1.0 3 ## 1.1.0
2 4
3 * Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods 5 * Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods
4 for the typed data buffer classes. These allow efficient concatenation of 6 for the typed data buffer classes. These allow efficient concatenation of
5 slices of existing typed data. 7 slices of existing typed data.
6 8
7 * Make `addAll()` for typed data buffer classes more efficient for lists, 9 * Make `addAll()` for typed data buffer classes more efficient for lists,
8 especially typed data lists. 10 especially typed data lists.
9 11
10 ## 1.0.0 12 ## 1.0.0
11 13
12 * ChangeLog starts here 14 * ChangeLog starts here
OLDNEW
« no previous file with comments | « no previous file | lib/typed_buffers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698