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

Issue 1300493002: Add single-collection gkvlite iterator. (Closed)

Created:
5 years, 4 months ago by iannucci
Modified:
5 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://github.com/luci/gae.git@refactor_service
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 7

Patch Set 2 : fixes #

Patch Set 3 : remove rewind check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -0 lines) Patch
A impl/memory/gkvlite_iter.go View 1 2 1 chunk +131 lines, -0 lines 0 comments Download
A impl/memory/gkvlite_iter_test.go View 1 2 1 chunk +114 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 10 (1 generated)
iannucci
5 years, 4 months ago (2015-08-15 01:48:18 UTC) #1
dnj (Google)
What am I missing here? The iterator is clearly not goroutine-safe, since you don't lock ...
5 years, 4 months ago (2015-08-15 02:00:31 UTC) #3
iannucci
On 2015/08/15 02:00:31, dnj (Google) wrote: > What am I missing here? The iterator is ...
5 years, 4 months ago (2015-08-15 02:05:13 UTC) #4
iannucci
done https://chromiumcodereview.appspot.com/1300493002/diff/1/impl/memory/gkvlite_iter.go File impl/memory/gkvlite_iter.go (right): https://chromiumcodereview.appspot.com/1300493002/diff/1/impl/memory/gkvlite_iter.go#newcode99 impl/memory/gkvlite_iter.go:99: defer func() { recover() }() On 2015/08/15 02:00:31, ...
5 years, 4 months ago (2015-08-15 02:10:11 UTC) #5
dnj (Google)
I see, okay thanks for the explanation. Added an idea. https://chromiumcodereview.appspot.com/1300493002/diff/1/impl/memory/gkvlite_iter.go File impl/memory/gkvlite_iter.go (right): https://chromiumcodereview.appspot.com/1300493002/diff/1/impl/memory/gkvlite_iter.go#newcode120 ...
5 years, 4 months ago (2015-08-15 02:10:39 UTC) #6
dnj (Google)
On 2015/08/15 02:10:39, dnj (Google) wrote: > I see, okay thanks for the explanation. Added ...
5 years, 4 months ago (2015-08-15 02:12:10 UTC) #7
iannucci
On 2015/08/15 02:10:11, iannucci wrote: > done > > https://chromiumcodereview.appspot.com/1300493002/diff/1/impl/memory/gkvlite_iter.go > File impl/memory/gkvlite_iter.go (right): > ...
5 years, 4 months ago (2015-08-15 02:12:20 UTC) #8
iannucci
took out the rewind check
5 years, 4 months ago (2015-08-15 02:16:52 UTC) #9
iannucci
5 years, 4 months ago (2015-08-15 21:54:53 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
92ebff557e996bc9f26dda987cff263e81cfd9a7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698