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

Issue 1312433013: Switch to external stringset implementation. (Closed)

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

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase #

Patch Set 3 : fix nitish #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -94 lines) Patch
M impl/memory/datastore_index.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M impl/memory/datastore_index_selection.go View 1 2 10 chunks +19 lines, -20 lines 0 comments Download
M impl/memory/datastore_query.go View 8 chunks +14 lines, -15 lines 0 comments Download
M impl/memory/datastore_query_execution.go View 8 chunks +10 lines, -9 lines 0 comments Download
D impl/memory/stringset.go View 1 chunk +0 lines, -39 lines 0 comments Download
M impl/memory/taskqueue_data.go View 3 chunks +3 lines, -8 lines 0 comments Download

Messages

Total messages: 14 (1 generated)
iannucci
5 years, 3 months ago (2015-08-31 22:53:21 UTC) #1
dnj
https://codereview.chromium.org/1312433013/diff/1/impl/memory/datastore_index_selection.go File impl/memory/datastore_index_selection.go (right): https://codereview.chromium.org/1312433013/diff/1/impl/memory/datastore_index_selection.go#newcode238 impl/memory/datastore_index_selection.go:238: props := stringset.New(len(q.eqFilters) + (len(q.suffixFormat) - len(q.suffixFormat))) A + ...
5 years, 3 months ago (2015-08-31 23:27:26 UTC) #2
Vadim Sh.
is it ok that luci\luci-go and luci\gae repos now mutually depend on each other?
5 years, 3 months ago (2015-09-10 21:17:36 UTC) #3
dnj (Google)
On 2015/09/10 21:17:36, Vadim Sh. wrote: > is it ok that luci\luci-go and luci\gae repos ...
5 years, 3 months ago (2015-09-10 21:21:00 UTC) #4
M-A Ruel
On 2015/09/10 21:17:36, Vadim Sh. wrote: > is it ok that luci\luci-go and luci\gae repos ...
5 years, 3 months ago (2015-09-10 21:26:37 UTC) #5
iannucci
On 2015/09/10 21:26:37, M-A Ruel wrote: > On 2015/09/10 21:17:36, Vadim Sh. wrote: > > ...
5 years, 3 months ago (2015-09-10 21:31:11 UTC) #6
iannucci
https://codereview.chromium.org/1312433013/diff/1/impl/memory/datastore_index_selection.go File impl/memory/datastore_index_selection.go (right): https://codereview.chromium.org/1312433013/diff/1/impl/memory/datastore_index_selection.go#newcode238 impl/memory/datastore_index_selection.go:238: props := stringset.New(len(q.eqFilters) + (len(q.suffixFormat) - len(q.suffixFormat))) On 2015/08/31 ...
5 years, 3 months ago (2015-09-10 21:32:20 UTC) #7
iannucci
Also... if we want to unnecessarily optimize this, I think this would be much better ...
5 years, 3 months ago (2015-09-10 21:34:27 UTC) #8
iannucci
On 2015/09/10 21:34:27, iannucci wrote: > Also... if we want to unnecessarily optimize this, I ...
5 years, 3 months ago (2015-09-11 00:23:47 UTC) #9
iannucci
Can pls to has lgtm mebbeh?
5 years, 3 months ago (2015-09-12 00:55:18 UTC) #10
estaab
lgtm
5 years, 3 months ago (2015-09-12 01:11:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312433013/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312433013/40001
5 years, 3 months ago (2015-09-12 01:25:32 UTC) #13
commit-bot: I haz the power
5 years, 3 months ago (2015-09-12 01:28:35 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://github.com/luci/gae/commit/af083991f76aac1bb1c5dcb160676ef17c496b68

Powered by Google App Engine
This is Rietveld 408576698