edit comment 6ce4f668904c7016c846bcc9c0429aca on issue FIXME
This commit is contained in:
parent
1084ad698c
commit
205a2635cd
1 changed files with 4 additions and 3 deletions
|
|
@ -8,8 +8,9 @@ I've reducted this a bit (in the `speed-test` git branch) by running
|
||||||
the same.
|
the same.
|
||||||
|
|
||||||
We've discussed lazy-loading things to avoid doing this work when we don't
|
We've discussed lazy-loading things to avoid doing this work when we don't
|
||||||
need to. For example, if we're trying to look up the tags off issue A,
|
need to. For example, if we're trying to look up the tags of issue A,
|
||||||
there's no need to ingest all the comments of issue B.
|
there's no need to ingest all the comments of issue B.
|
||||||
|
|
||||||
Another option is to store Author and Creation-time the normal way,
|
Another option is to store Author and Creation-time the normal way, as
|
||||||
as files in the issue directory. We'd never have to run `git log` at all.
|
files in the issue directory. We'd never have to run `git log` at all.
|
||||||
|
I've verified that this makes ent *very* fast.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue