Commit b5cdb9ff authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1ea3059c
......@@ -17,6 +17,7 @@ digraph {
Btree_read -> ZODB_read;
ZBlk_read -> ZODB_read;
ZODB_read -> ZODB_binary;
ZODB_read -> ogorek_persref;
wcfs [label="wcfs"]
wcfs_simple [label="wcfs no\ninvalidations"]
......@@ -29,6 +30,8 @@ digraph {
ZBlk_read [label="ZBigFile / ZBlk* read"]
ZODB_read [label="ZODB deserialize object"]
ZODB_binary [label="Adapt to zodbpickle.binary"];
ogorek_persref [label="ogórek:\npersistent references"];
Sinvtree [label="server: inv. tree"]
δ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