/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
2495.2.1 by Aaron Bentley
Add bundle creation and merge scaling analysis
1
digraph performance {
2
  gdfo_api -> gdfo_cache;
3
  gdfo_api -> gdfo_usage;
4
  gdfo_api[label="GDFO API\n1 day"];
5
  gdfo_cache[label="GDFO Cache\n1 week"];
6
  gdfo_usage[label="GDFO Usage\n3 days"];
7
  data_collation[label="Data co-location API\n1 month"];
8
  repository_stacking[label="Repository stacking API\n2 months"];
9
  bundle_container[label="Bundle container format\n2 weeks"]
10
  xdelta[label="Xdelta sanity/learning\n2 weeks"];
11
  xdelta_imp[label="Xdelta implementation\n1 week"];
12
  xdelta -> xdelta_imp;
13
  q_splitting[label="Question radix directory splitting\n2 weeks"];
14
  i_splitting[label="Implement inventory splitting\n6-8 weeks"]
15
  q_splitting -> i_splitting;
16
  get_weave[label="deprecate get_weave\n1 week"];
17
  per_file_graph -> get_weave;
18
  per_file_graph[label="Access for per-file graph data\n1 days"];
19
  repo_apis[label="For each use case, build targeted repo agnostic APIs\n10-40 days"];
20
  rev_validators[label="Revision validators (use in GPG sigs etc) may poly\n3 days"];
21
  anno_cache[label="Annotations become a cache:\n logically separate data\n2 weeks"]
22
  anno_regen[label="Annotation regeneration\n"];
23
  anno_kinds[label="Different styles of annotation"];
24
  anno_regen -> anno_kinds;
25
  anno_cache -> anno_regen;
26
  memory_copies[label="Stop requiring full memory copies of files"];
27
  wt_disk_order[label="Working Tree disk ordering\n6-8 weeks"];
28
  repo_disk_order[label="Repository disk ordering\n1 month"];
29
  graph_api[label="Network-efficient revision-graph API\n3 week"];
30
  iter_merge[label="iter_changes based merge\n2 days"];
31
}