Commit 1ea3059c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e46e233e
...@@ -14,6 +14,9 @@ digraph { ...@@ -14,6 +14,9 @@ digraph {
client -> nowcfs; client -> nowcfs;
client -> zodburl; client -> zodburl;
Btree_read -> ZODB_read;
ZBlk_read -> ZODB_read;
ZODB_read -> ZODB_binary;
wcfs [label="wcfs"] wcfs [label="wcfs"]
wcfs_simple [label="wcfs no\ninvalidations"] wcfs_simple [label="wcfs no\ninvalidations"]
...@@ -24,6 +27,8 @@ digraph { ...@@ -24,6 +27,8 @@ digraph {
ZODB_go_inv [label="ZODB/go\ninvalidations"] ZODB_go_inv [label="ZODB/go\ninvalidations"]
Btree_read [label="BTree read"] Btree_read [label="BTree read"]
ZBlk_read [label="ZBigFile / ZBlk* read"] ZBlk_read [label="ZBigFile / ZBlk* read"]
ZODB_read [label="ZODB deserialize object"]
ZODB_binary [label="Adapt to zodbpickle.binary"];
Sinvtree [label="server: inv. tree"] Sinvtree [label="server: inv. tree"]
δR [label="δR encoding"] δR [label="δR encoding"]
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment