Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
TREE DELTA ENCODING
Document Type and Number:
WIPO Patent Application WO/2020/131114
Kind Code:
A1
Abstract:
A first data tree may include a first set of directory nodes and a first set of file nodes. A second data tree may include a second set of directory nodes and a second set of file nodes. Similarity between the first set of file nodes and the second set of file nodes may be classified based on file names, file paths, and file values. Similarity between the first set of directory nodes and the second set of directory nodes may be classified based on directory names, directory paths, nested folders, and included files. A delta between the first data tree and the second data tree may be generated based on the classification of similarity between the first set of file nodes and the second set of file nodes and the classification of similarity between the first set of directory nodes and the second set of directory nodes.

Inventors:
REN LIWEI (US)
Application Number:
PCT/US2018/067238
Publication Date:
June 25, 2020
Filing Date:
December 21, 2018
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
DIDI RES AMERICA LLC (US)
International Classes:
G06F8/71; G06V10/75
Foreign References:
US20150234885A12015-08-20
US5574898A1996-11-12
CN106951228A2017-07-14
Other References:
JAIN N. ET AL.: "TAPER: Tiered Approach for Eliminating Redundancy in Replica Synchronization", FAST'05: 4TH USENIX CONFERENCE ON FILE AND STORAGE TECHNOLOGIES, 16 December 2005 (2005-12-16), San Francisco, CA , USA, pages 281 - 294, XP002557303, [retrieved on 20190225]
Attorney, Agent or Firm:
CHEN, Weiguo (US)
Download PDF:
Claims:
WHAT IS CLAIMED IS:

1. A system for tree delta encoding, the system comprising:

one or more processors; and

a memory storing instructions that, when executed by the one or more processors, cause the system to perform:

accessing a first data tree, the first data tree including a first set of directory nodes and a first set of file nodes;

accessing a second data tree, the second data tree including a second set of directory nodes and a second set of file nodes;

classifying similarity between the first set of file nodes and the second set of file nodes based on file names, file paths, and file values;

classifying similarity between the first set of directory nodes and the second set of directory nodes based on directory names, directory paths, nested folders, and included files; and

generating a delta between the first data tree and the second data tree based on the classification of similarity between the first set of file nodes and the second set of file nodes and the classification of similarity between the first set of directory nodes and the second set of directory nodes;

wherein similarity between the first set of file nodes and the second set of file nodes and similarity between the first set of directory nodes and the second set of directory nodes are classified within one or more of discrete similarity levels, the discrete similarity levels including two or more of a no match level, a weak match level, a fair match level, and an exact match level.

2. The system of claim 1, wherein:

two file nodes are weakly matched based on matching of their file names and matching of their file paths;

two directory nodes are weakly matched based on matching of their directory names and matching of their directory paths;

the two file nodes are fairly matched based on their weak matching;

the two directory nodes are fairly matched based on fair matching of their children; the two file nodes are exactly matched based on matching of their file values; and

the two directory nodes are exactly matched based on exact matching of their children.

3. A system for tree delta encoding, the system comprising:

one or more processors; and

a memory storing instructions that, when executed by the one or more processors, cause the system to perform:

accessing a first data tree, the first data tree including a first set of directory nodes and a first set of file nodes;

accessing a second data tree, the second data tree including a second set of directory nodes and a second set of file nodes;

classifying similarity between the first set of file nodes and the second set of file nodes based on file names, file paths, and file values;

classifying similarity between the first set of directory nodes and the second set of directory nodes based on directory names, directory paths, nested folders, and included files; and

generating a delta between the first data tree and the second data tree based on the classification of similarity between the first set of file nodes and the second set of file nodes and the classification of similarity between the first set of directory nodes and the second set of directory nodes.

4. The system of claim 3, wherein similarity between the first set of file nodes and the second set of file nodes and similarity between the first set of directory nodes and the second set of directory nodes are classified within one or more of discrete similarity levels.

5. The system of claim 4, wherein the discrete similarity levels include two or more of a no match level, a weak match level, a fair match level, and an exact match level.

6. The system of claim 5, wherein the discrete similarity levels further include a strong match level.

7. The system of claim 4, wherein:

two file nodes are weakly matched based on matching of their file names and matching of their file paths; and

two directory nodes are weakly matched based on matching of their directory names and matching of their directory paths.

8. The system of claim 7, wherein:

the two file nodes are fairly matched based on their weak matching; and the two directory nodes are fairly matched based on fair matching of their children.

9. The system of claim 8, wherein:

the two file nodes are exactly matched based on matching of their file values; and

the two directory nodes are exactly matched based on exact matching of their children.

10. The system of claim 3, wherein the delta between the first data tree and the second data tree is generated as a sequence of edit operations to be applied to a copy of the first data tree to construct a copy of the second data tree.

11. The system of claim 3, wherein the delta between the first data tree and the second data tree is generated as a sequence of edit operations to be applied to an empty tree to construct a copy of the second data tree.

12. A method for tree delta encoding, the method comprising:

accessing a first data tree, the first data tree including a first set of directory nodes and a first set of file nodes; accessing a second data tree, the second data tree including a second set of directory nodes and a second set of file nodes;

classifying similarity between the first set of file nodes and the second set of file nodes based on file names, file paths, and file values;

classifying similarity between the first set of directory nodes and the second set of directory nodes based on directory names, directory paths, nested folders, and included files; and

generating a delta between the first data tree and the second data tree based on the classification of similarity between the first set of file nodes and the second set of file nodes and the classification of similarity between the first set of directory nodes and the second set of directory nodes.

13. The method of claim 12, wherein similarity between the first set of file nodes and the second set of file nodes and similarity between the first set of directory nodes and the second set of directory nodes are classified within one or more of discrete similarity levels.

14. The method of claim 13, wherein the discrete similarity levels include two or more of a no match level, a weak match level, a fair match level, and an exact match level.

15. The method of claim 14, wherein the discrete similarity levels further include a strong match level.

16. The method of claim 13, wherein:

two file nodes are weakly matched based on matching of their file names and matching of their file paths, and

two directory nodes are weakly matched based on matching of their directory names and matching of their directory paths.

17. The method of claim 16, wherein:

the two file nodes are fairly matched based on their weak matching, and the two directory nodes are fairly matched based on fair matching of their children.

18. The method of claim 17, wherein:

the two file nodes are exactly matched based on matching of their file values, and

the two directory nodes are exactly matched based on exact matching of their children.

19. The method of claim 12, wherein the delta between the first data tree and the second data tree is generated as a sequence of edit operations to be applied to a copy of the first data tree to construct a copy of the second data tree.

20. The method of claim 12, wherein the delta between the first data tree and the second data tree is generated as a sequence of edit operations to be applied to an empty tree to construct a copy of the second data tree.

Description:
TREE DELTA ENCODING

TECHNICAL FIELD

[0001] The disclosure relates generally to encoding delta for data trees.

BACKGROUND

[0002] File delta encoding may be used to track changes within different versions of a file. However, software may contain a number of files and a number of directories, and file delta encoding may not simply be applied to different versions of software to determine changes between different versions of software.

SUMMARY

[0003] One aspect of the present disclosure is directed to a system for tree delta encoding. The system may comprise one or more processors and a memory storing instructions. The instructions, when executed by the one or more processors, may cause the system to perform: accessing a first data tree, the first data tree including a first set of directory nodes and a first set of file nodes; accessing a second data tree, the second data tree including a second set of directory nodes and a second set of file nodes; classifying similarity between the first set of file nodes and the second set of file nodes based on file names, file paths, and file values; classifying similarity between the first set of directory nodes and the second set of directory nodes based on directory names, directory paths, nested folders, and included files; and generating a delta between the first data tree and the second data tree based on the classification of similarity between the first set of file nodes and the second set of file nodes and the classification of similarity between the first set of directory nodes and the second set of directory nodes; wherein similarity between the first set of file nodes and the second set of file nodes and similarity between the first set of directory nodes and the second set of directory nodes are classified within one or more of discrete similarity levels, the discrete similarity levels including two or more of a no match level, a weak match level, a fair match level, and an exact match level.

[0004] In some embodiments, two file nodes may be weakly matched based on matching of their file names and matching of their file paths. Two directory nodes may be weakly matched based on matching of their directory names and matching of their directory paths. The two file nodes may be fairly matched based on their weak matching. The two directory nodes may be fairly matched based on fair matching of their children. The two file nodes may be exactly matched based on matching of their file values. The two directory nodes may be exactly matched based on exact matching of their children.

[0005] Another aspect of the present disclosure is directed to a system for tree delta encoding. The system may comprise one or more processors and a memory storing instructions. The instructions, when executed by the one or more processors, may cause the system to perform: accessing a first data tree, the first data tree including a first set of directory nodes and a first set of file nodes; accessing a second data tree, the second data tree including a second set of directory nodes and a second set of file nodes; classifying similarity between the first set of file nodes and the second set of file nodes based on file names, file paths, and file values; classifying similarity between the first set of directory nodes and the second set of directory nodes based on directory names, directory paths, nested folders, and included files; and generating a delta between the first data tree and the second data tree based on the classification of similarity between the first set of file nodes and the second set of file nodes and the classification of similarity between the first set of directory nodes and the second set of directory nodes.

[0006] Another aspect of the present disclosure is directed to a method for tree delta encoding. The method may comprise: accessing a first data tree, the first data tree including a first set of directory nodes and a first set of file nodes; accessing a second data tree, the second data tree including a second set of directory nodes and a second set of file nodes; classifying similarity between the first set of file nodes and the second set of file nodes based on file names, file paths, and file values; classifying similarity between the first set of directory nodes and the second set of directory nodes based on directory names, directory paths, nested folders, and included files; and generating a delta between the first data tree and the second data tree based on the classification of similarity between the first set of file nodes and the second set of file nodes and the classification of similarity between the first set of directory nodes and the second set of directory nodes.

[0007] In some embodiments, similarity between the first set of file nodes and the second set of file nodes and similarity between the first set of directory nodes and the second set of directory nodes may be classified within one or more of discrete similarity levels. The discrete similarity levels may include two or more of a no match level, a weak match level, a fair match level, and an exact match level. The discrete similarity levels may further include a strong match level.

[0008] In some embodiments, two file nodes may be weakly matched based on matching of their file names and matching of their file paths. Two directory nodes may be weakly matched based on matching of their directory names and matching of their directory paths. The two file nodes may be fairly matched based on their weak matching. The two directory nodes may be fairly matched based on fair matching of their children. The two file nodes may be exactly matched based on matching of their file values. The two directory nodes may be exactly matched based on exact matching of their children.

[0009] In some embodiments, the delta between the first data tree and the second data tree may be generated as a sequence of edit operations to be applied to a copy of the first data tree to construct a copy of the second data tree.

[0010] In some embodiments, the delta between the first data tree and the second data tree may be generated as a sequence of edit operations to be applied to an empty tree to construct a copy of the second data tree.

[0011] These and other features of the systems, methods, and non-transitory computer readable media disclosed herein, as well as the methods of operation and functions of the related elements of structure and the combination of parts and economies of manufacture, will become more apparent upon consideration of the following description and the appended claims with reference to the accompanying drawings, all of which form a part of this specification, wherein like reference numerals designate corresponding parts in the various figures. It is to be expressly understood, however, that the drawings are for purposes of illustration and description only and are not intended as a definition of the limits of the invention. It is to be understood that the foregoing general description and the following detailed description are exemplary and explanatory only, and are not restrictive of the invention, as claimed. BRIEF DESCRIPTION OF THE DRAWINGS

[0012] Preferred and non-limiting embodiments of the invention may be more readily understood by referring to the accompanying drawings in which:

[0013] FIG. 1 illustrates an example environment for tree delta encoding, in accordance with various embodiments of the disclosure.

[0014] FIG. 2 illustrates example similarity levels for tree delta encoding, in accordance with various embodiments of the disclosure.

[0015] FIG. 3 A illustrates example edit operations for tree delta encoding, in accordance with various embodiments of the disclosure.

[0016] FIG. 3B illustrates example simplified edit operations for tree delta encoding, in accordance with various embodiments of the disclosure.

[0017] FIG. 3C illustrates example definitions for tree delta encoding, in accordance with various embodiments of the disclosure.

[0018] FIG. 3D illustrates example notes for tree delta encoding, in accordance with various embodiments of the disclosure.

[0019] FIGS. 3E and 3F illustrate example definitions for tree delta encoding, in accordance with various embodiments of the disclosure.

[0020] FIG. 4 illustrates example data trees, in accordance with various embodiments of the disclosures.

[0021] FIG. 5 illustrates an example flow for tree delta encoding, in accordance with various embodiments of the disclosure.

[0022] FIGS. 6 A, 6B, 6C, 7A, 7B, 7C, 7D, 7E, and 7F illustrate example algorithms for tree delta encoding, in accordance with various embodiments of the disclosure.

[0023] FIG. 8 illustrates an example client-server architecture, in accordance with various embodiments of the disclosure

[0024] FIG. 9 illustrates an example client-server architecture, in accordance with various embodiments of the disclosure

[0025] FIG. 10A illustrates a flow chart of an example method, in accordance with various embodiments of the disclosure.

[0026] FIG. 10B illustrates a flow chart of an example method, in accordance with various embodiments of the disclosure. [0027] FIG. 11 illustrates a block diagram of an example computer system in which any of the embodiments described herein may be implemented.

DETAILED DESCRIPTION OF THE EMBODIMENTS

[0028] Specific, non-limiting embodiments of the present invention will now be described with reference to the drawings. It should be understood that particular features and aspects of any embodiment disclosed herein may be used and/or combined with particular features and aspects of any other embodiment disclosed herein. It should also be understood that such embodiments are by way of example and are merely illustrative of a small number of embodiments within the scope of the present invention. Various changes and modifications obvious to one skilled in the art to which the present invention pertains are deemed to be within the spirit, scope and contemplation of the present invention as further defined in the appended claims.

[0029] The approaches disclosed herein enable use of delta encoding to generate deltas for data trees. By classifying nodes of the data trees into different levels of similarity, the differences between the data trees may be determined. Matching between the nodes of the data trees may be determined based on a simple

determination of commonality or similarity between the nodes based on file names and file paths, or based on a more sophisticated determination of commonality or similarity between the nodes based on the content of the nodes (e.g., based on fingerprints generated from the content of the nodes).

[0030] FIG. 1 illustrates an example environment 100 for tree delta encoding, in accordance with various embodiments. The example environment 100 may include a computing system 102. The computing system 102 may include one or more processors and memory (e.g., permanent memory, temporary memory). The processor(s) may be configured to perform various operations by interpreting machine-readable instructions stored in the memory. The computing system 102 may include other computing resources. The computing system 102 may have access (e.g., via one or more connections, via one or more networks) to other computing resources.

[0031] The computing system 102 may include a data tree component 112, a similarity component 114, and a delta component 116. The computing system 102 may include other components. While the computing system 102 is shown in FIG. 1 as a single entity, this is merely for ease of reference and is not meant to be limiting. One or more components or one or more functionalities of the computing system 102 described herein may be implemented in software. One or more components or one or more functionalities of the computing system 102 described herein may be implemented in hardware. One or more components or one or more functionalities of the computing system 102 described herein may be implemented in a single computing device or multiple computing devices. In some embodiments, one or more components or one or more functionalities of the computing system 102 described herein may be implemented in one or more networks (e.g., enterprise networks), one or more endpoints, one or more servers, or one or more clouds.

[0032] The data tree component 112 may be configured to access one or more data trees. A data tree (or a tree) may include or be representative of a hierarchical tree structure of data. A data tree may include a root value and subtrees of children with a parent node. A data tree may include or represent file directories and files, with relationship between the directories and files represented by links among the nodes. For example, a parent directory may include a file and a sub-directory, and the nodes representing the file and the sub-directory may be linked with the node representing the parent directory. A data tree may include the files and the directory themselves. For example, a data tree accessed by the data tree component 112 may include a data tree of software. Software may contain multiple files and multiple directories. For example, rather than being included within a single file, software may include multiples files that are organized within multiple directories, which are organized in a tree structure. That is, the software may be organized in one or more directories and one or more files, and the data tree accessed by the data tree component 112 may include the director(ies) and file(s) of the software.

[0033] A data tree may include a set of directory nodes and a set of file nodes. A set of directory nodes may include one or more directory nodes, and a set of file nodes may include one or more file nodes. A file node may be included within a directory node. A directory node may be included or nested within another directory node. A directory node may include or represent a file directory, and a file node may include or represent a file. [0034] For example, the data tree component 112 may access a first data tree and a second data tree. The first data tree including a first set of directory nodes and a first set of file nodes, and the second data tree including a second set of directory nodes and a second set of file nodes. In some embodiments, the first data tree may include a first version of a data tree and the second data tree may include a second version of the data tree. For example, the data tree component 112 may access a first version and a second version of software by accessing the corresponding data trees. Thus, the data tree component 112 may access different versions of software by accessing different data trees of the software.

[0035] Accessing a data tree may include one or more of acquiring, analyzing, determining, examining, identifying, loading, locating, obtaining, opening, receiving, retrieving, reviewing, storing, or otherwise accessing the data tree. The data tree component 112 may access a data tree from one or more locations. For example, the data tree component 112 may access a data tree from a storage location, such as an electronic storage of the computing system 102, an electronic storage of a device accessible via a network, another computing device/system (e.g., desktop, laptop, smartphone, tablet, mobile device), or other locations.

[0036] File delta encoding may refer to a process by which differences between two files are stored or transmitted. File delta encoding allows for changes to a file based on the difference (delta). For example, a first version of a file may be represented as Fi and a second version of the file may be represented as F2. Using file delta encoding, the difference between the files may be determined as: D = F2 - Fi. If a computing device has a copy of Fi, then the copy of the Fi may be changed into a copy of F2 by applying delta to the copy of Fi. Using the delta of files may reduce the amount of information needed to be exchanged to update a file. For example, the computing device with a copy of Fi may receive the D to update Fi to F2 rather than having to receive a copy of F2.

[0037] However, because file delta encoding addresses differences between two files while data trees may include multiple directories and multiple files, file delta encoding cannot simply be applied to data trees to determine differences (delta) between the data tree. Rather, a framework of delta encoding for data trees must be established. The framework of data tree delta encoding (tree delta encoding) may address how to (1) define, and (2) determine (e.g., calculate) the difference (delta) or similarities between two data trees (Ti, T2). That is, tree delta encoding may define how the following operations are to be performed: (1) delta determination: D = T2 - Ti, and (2) tree construction/reconstruction: T2 = Ti + D.

[0038] With respect to tree construction/reconstruction, a tree-planting scheme or a tree-trimming scheme may be used. A tree-planting scheme may include creating a new tree with a root node, and building the nodes (file nodes, directory nodes) of the new tree with one or more tree edit operations, such as COPY, ADD, RENAME, and UPDATE. A tree-trimming scheme may include modifying an existing tree with one or more tree edit operations, such as COPY, ADD, RENAME, REMOVE, MOVE, and UPDATE.

[0039] FIG. 3 A illustrates example edit operations 302 for tree delta encoding, in accordance with various embodiments of the disclosure. The edit operations 302 may include an UPDATE operation UPDT(), an ADD operation ADD(), a REMOVE operation REMOVE(), a COPY operation COPY(), a MOVE operation MOVE(), and a RENAME operation RENAME(). The UPDATE operation may update a file F located at a directory P2 in a tree T2, by applying delta d to a file f located at a directory Pi in tree Ti. The ADD operation may add a file or a directory N to a directory P in a tree T. The REMOVE operation may delete a file or a directory N from a directory P in a tree T. The COPY operation may copy a file or a directory N from a directory Pi in tree Ti to a directory P2 in a tree T2. The MOVE operation may move a file or a directory N from a directory Pi in tree Ti to a directory P2 in a tree T2. The RENAME operation may rename a file or a directory N in a directory P of a tree T with a new name S.

[0040] FIG. 3B illustrates example simplified edit operations 304 for tree delta encoding, in accordance with various embodiments of the disclosure. The simplified edit operations 304 may parallel the edit operations 302 shown in FIG. 3A. The simplified edit operations may include an UPDATE operation UPDT(), an ADD operation ADD(), a REMOVE operation REMOVE(), a COPY operation COPY(), a MOVE operation MOVE(), and a RENAME operation RENAME(), with the operations occurring within a single tree. [0041] FIG. 3C illustrates example definitions 306, 308 for tree delta encoding, in accordance with various embodiments of the disclosure. The definition 306 may define a file node as having a node type FILE and a directory node as having a node type DIR. A full path of a node N FULLPATH(N) may be defined as the path from the root of the tree to the current node. A value of a file node N VALUE(N) may be defined as the binary string of the file. Other values may be used.

[0042] The definition 308 may provide definitions of different levels of similarity between nodes of trees. Two nodes may be weakly matched if they are of the same type, Type(Ni) = TYPE(N2) and the full paths of the nodes are the same,

FULLPATH(Ni) = FULLPATH(N2). Two directory nodes may be fairly match if they are weakly matched and all of their children (e.g., nested folders, included files) are fairly matched. Two file nodes may be fairly matched if they are weakly matched. Matching of children are not considered for file nodes because file nodes do not have children. Two file nodes may be exactly matched if they are weakly matched and values of the files are the same, VALUE(Ni) = VALUER). Two directory nodes may be exactly matched if they are weakly matched and all of their children are exactly matched. Two file nodes may be strongly matched if they are weakly matched and values of the files satisfy a threshold (e.g., the similarity of the file values are greater than or equal to a predefined percentage), SIM(VALUE(Ni), VALUE(N2)) > x% for a predefined x%. Two directory nodes may be strongly matched if they are weakly matched and all of their children are strongly matched. In some embodiments, two directory nodes may be strongly matched if they are weakly matched and all of their children are exactly matched or strongly matched.

[0043] FIG. 3D illustrates example notes 310 for tree delta encoding, in accordance with various embodiments of the disclosure. For example, different levels of similarity may be ranked in the order of nodes that are: exactly matched > strongly matched > fairly matched > weakly matched. The node properties may be defined such that a color 0 (or some other value or classification) may be assigned to a node of a tree if there is no node in another tree such that they are weakly matched. Two nodes may be assigned as being matched for being weakly matched. A color of 1 (or some other value or classification) may be assigned to a node of a tree for being weakly matched to a node of another tree. A color of 2 (or some other value or classification) may be assigned to a node of a tree for being fairly matched to a node of another tree. A color of 3 (or some other value or classification) may be assigned to a node of a tree for being strongly matched to a node of another tree. A color of 4 (or some other value or classification) may be assigned to a node of a tree for being exactly matched to a node of another tree. Different similarity levels, corresponding color, and requirements to be classified within the different similarity levels are summarized in table 200 of FIG. 2.

[0044] FIG. 3E illustrate example definitions 312, 314 for tree delta encoding, in accordance with various embodiments of the disclosure. The definition 312 may define different levels of similarity between two trees (Ti, T2). Two trees may be fairly matched if the roots of the trees are fairly matched. Two trees may be exactly matched if the roots of the trees are exactly matched. Two trees may be strongly matched if the roots of the trees are strongly matched.

[0045] The definition 314 may define different levels of similarity between nodes (Ni, N2) of trees (Ti, T2). If the portion of a tree Ti (subtree) within Ni is fairly matched to the portion of the tree T2 (subtree) within N2, N2 may be fairly matched to Ni. If the portion of a tree Ti (subtree) within Ni is strongly matched to the portion of the tree T2 (subtree) within N2, N2 may be strongly matched to Ni. If the portion of a tree Ti (subtree) within Ni is exactly matched to the portion of the tree T2 (subtree) within N2, N2 may be exactly matched to Ni. Additionally, two nodes may be matched if they are at least fairly matched. The color of 4 (or some other value or classification) may be assigned to a node of tree T2 if it is exactly matched to a node of tree Ti. The color of 3 (or some other value or classification) may be assigned to a node of tree T2 if it is strongly matched to a node of tree Ti. The color of 2 (or some other value or classification) may be assigned to a node of tree T2 if it is fairly matched to a node of tree Ti.

[0046] FIG. 3F illustrate an example definition 316 for tree delta encoding, in accordance with various embodiments of the disclosure. The definition 316 may define different levels of similarity between nodes (Ni, N2) of trees (Ti, T2). If two nodes are fairly matched and their parents are weakly matched (but not fairly matched), then the portion of a tree Ti (subtree) within Ni and the portion of the tree T2 (subtree) within N2 may be the maximum fairly matched portions (subtrees). If two nodes are strongly matched and their parents are weakly matched (but not strongly matched), then the portion of a tree Ti (subtree) within Ni and the portion of the tree T2 (subtree) within N2 may be the maximum strongly matched portions (subtrees). If two nodes are exactly matched and their parents are weakly matched (but not exactly matched), then the portion of a tree Ti (subtree) within Ni and the portion of the tree T2 (subtree) within N2 may be the maximum exactly matched portions (subtrees).

[0047] A delta between two data trees (Ti, T2) may be determined as one or more sequences of edit operations to be performed to construct a tree such that the tree is a copy of another tree. For example, a delta may include one or more operations to be performed to a data tree Ti to create a copy of a data tree T2. As another example, a delta may include one or more operations to be perfumed to an empty data tree to create a copy of a data tree T2.

[0048] Determination of a delta between two data trees may require (1) identification of the common or similar nodes (files, directories) between the two data tree, and (2) use of the identified common or similar nodes to generate one or more sequences of edit operations. Two common nodes may refer to the nodes being the same file or the same directory. Two similar files may include a file where the similarity between the two files are satisfy a threshold similarity value (e.g., x%).

Two similar directories may include directories that include a certain number of similar files (e.g., two tree are similar if TSIM(Ti ,T2) > y% for a predefined y%).

[0049] Simple determination of commonality or similarity between file nodes may be determined based on file names and full paths of file nodes while simple determination of commonality or similarity between directory nodes may be determined based on directory names and full paths of directory nodes. More sophisticated determination of commonality or similarity between file nodes and directory nodes may be determined based on content of the file nodes and directory nodes.

[0050] The similarity component 114 may be configured to classify similarity between nodes of different data trees. The similarity component 114 may classify similarity of file nodes based on names of the file nodes, paths (full paths) of the file nodes, and values of the file nodes. The similarity component 114 may classify similarity of directory nodes based on names of the directory nodes, paths (full paths) of the directory nodes, one or more other directory nodes (e.g., nested folders) included within the directory node, and one or more files included within the directory node (e.g., in the folder, in a nest folder). For example, the similarity component 114 may classify similarity between the first set of file nodes of the first data tree and the second set of file nodes of the second data tree based on file names, file paths, and file values, and classify similarity between the first set of directory nodes of the first data tree and the second set of directory nodes of the second data tree based on directory names, directory paths, nested folders, and included files.

[0051] Classification of similarity of nodes of data trees may include

classification of the nodes within one or more discrete similarity levels. Discrete similarity levels may refer to individual levels of similarity that are arranged in an order of similarity. For example, the discrete similarity levels into which the nodes are classified (e.g., associated, labeled, assigned) may include two or more of a no match level (less than weakly matched), a weak match level (weakly matched), a fair match level (fairly matched), and an exact match level (exactly matched). The discrete similarity levels may also include a strong match level (strongly matched).

[0052] No matching may include lack of matching (commonality) of names or paths. For example, a file node or a directory node of a data tree may be classified as not being matched to any file node or directory node of another data tree based on lack of there being a file node or a directory node with the same name in the same path. Weak matching may include matching of names and paths. For example, two file nodes may be weakly matched based on matching of their file names and matching of their file paths, and two directory nodes may be weakly matched based on matching of their directory names and matching of their directory paths. Fair matching of file nodes may be determined based on their weak matching, and fair matching of directory nodes may be determined based on their weak matching and fair matching of their children (files, nested folders). Exact matching of file nodes may be determined based on their weak matching and exact matching of their file values, and exact matching of directory nodes may be determined based on their weak matching and exact matching of their children. Strong matching of file nodes may be determined based on their weak matching and similarity of their file values satisfying a threshold, and strong matching of directory nodes may be determined based on their weak matching and strong (or exact) matching of their children.

[0053] In some embodiments, responsive to similarity of a node of a data tree to nodes of another data tree being classified within a no match level, the content of the node may be used to determine if there is a matching (common) node within the other data tree. For example, based on the name or the path of a given file node of a second data tree not matching a file node of a first data tree, a file node of the first data tree that matches the given file node of the second data tree may be identified based on fingerprints of the different nodes. For example, a particular file node of the first data tree may be identified as a matching file node of the given file node based on the fmgerprint(s) of the particular file node matching (being the same as) the

fmgerprint(s) of the given file node. Once the matching file node is identified, a file node delta may be determined between the matching file node of the first data tree and the given node of the second data tree may be determined. The file node delta may be determined by using one or more file delta encoding techniques, such as bsdiff, xdelta, zdelta or other file delta encoding techniques.

[0054] One or more fingerprints may be generated for a file node. For example, a single fingerprint may be generated for a file node or multiple fingerprints may be generated for a file node. The fmgerprint(s) of a file node may refer to values that identifies the corresponding file. The fmgerprint(s) may uniquely identify the file. In some embodiments, the fmgerprint(s) of a file may be generated based on some or all of the content of the file. The fingerprint(s) may be generated using a file-variance- resistance technique so that small or non-major changes (e.g., no change to core portion/functionality of the file) to the file results in different versions of the file having the same fingerprint or one or more common fingerprints. For example, a set of fingerprints may be generated for individual files, and two files may be determined to be a match/similar (e.g., same file, different versions of same file) if they share a certain number of fingerprints. The number of fingerprints that must be the same for two files to be matched may be fixed (e.g., fixed for the computing system 102, fixed for an application, fixed for a client) or changeable. In some embodiments, fingerprints may be generated from files based on approaches described in U.S. Patent Application No. 16/031,364 filed on July 10, 2018, entitled“Improved File Fingerprint Generation,” which is hereby incorporated herein by reference in its entirety.

[0055] In some embodiments, one or more components of the computing system 102 (shown or not shown in FIG. 1) may be configured to generate one or more fingerprints. For example, a set of fingerprints for the first set of file nodes of the first data tree and one or more fingerprints for the given file node of the second data tree may be generated. The fmgerprint(s) of the given file node may be compared with fingerprints of the files nodes of the first data tree. The particular file node of the first data tree that matches the given file node of the second data tree may be identified based on their matching fingerprints.

[0056] The delta component 116 may be configured to generate a delta between two data trees based similarity (classification of similarity) of their file nodes and directory nodes. For example, the delta component 116 may generate a delta between the first data tree and the second data tree based on the classification of similarity between the first set of file nodes and the second set of file nodes and the

classification of similarity between the first set of directory nodes and the second set of directory nodes. In some embodiments, the delta component 116 may be configured to generate a delta between two data trees based on similarity of their file nodes and directory nodes, and based on one or more file-node deltas. The file-node delta(s) may be determined based on the matching fingerprints of file nodes. The delta component 116 may use one or more of the algorithms discussed herein to generate a delta between two trees.

[0057] A delta between two data trees (Ti, T2) may be determined as one or more sequences of edit operations to be performed to construct a tree such that the tree is a copy of another tree. For example, the delta component 116 may generate a delta between the first data tree and the second data tree such that application of the delta to the first data tree or an empty data tree constructs (reconstructs) the second data tree. The delta between the first data tree and the second data tree may be generated as a sequence of edit operations to be applied to a copy of the first data tree to construct a copy of the second data tree, or a sequence of edit operations to be applied to an empty tree to construct a copy of the second data tree. For instance, the delta between two data trees (Ti, T2) may include a sequence of edit operations that may construct a new data tree (T) from one of the data trees (e.g., Ti) or an empty tree so that the new data tree (T) is an exact copy of the other tree (TV). That is, the delta may provide a sequence of edits to construct or reconstruct the data tree (TV) from the other data tree (Ti) or an empty data tree.

[0058] FIG. 4 illustrates example data trees 400, 450, in accordance with various embodiments of the disclosures. The data tree 400 may include directory nodes 402, 408, 414, 418 and file nodes 404, 406, 410, 412, 416, 420, 422. The data tree 450 may include directory nodes 452, 458, 464, 468 and file nodes 454, 456, 462, 466, 470, 472, 474. The data tree 450 may have been modified from the data tree 400. For example, the data tree 450 may have been created based on (1) modification of the file node 406 to the file node 456 (modification of the file fname2), (2) movement of the directory node 414 from being within the directory node 408 to the root node 452, and (3) addition of a new file node 474 (addition of file fname8 to N2 directory). In some embodiments, the data trees 400, 450 may represent different version of software. For example, the data tree 400 may represent an earlier version of software and the data tree 450 may represent a later version of the software.

[0059] Simple determination of commonality or similarity between the file nodes 404, 406, 410, 412, 416, 420, 422 of the data tree 400 and the file nodes 454, 456,

462, 466, 470, 472, 474 of the data tree 450 may be determined based on file names and full paths of file nodes. Simple determination of commonality or similarity between the directory nodes 402, 408, 414, 418 of the data tree 400 and the directory nodes 452, 458, 464, 468 of the data tree 450 may be determined based on directory names and full paths of directory nodes. Such matching of file nodes and directory nodes may result in the matched pairs of nodes shown in Table 1.

[0060] Based on the matching file nodes and directory nodes of the data trees 400, 450, a delta (D) between the data trees 400, 450 may be determined as the following sequence of edit operations: D = UPDT(fname2, d, R, R), REMOVE(fname3, R/Nl), REMOVE(N3, R/Nl), ADD(N3, R), and ADD(fname8, R/N2).

[0061] More sophisticated determination of commonality or similarity between the file nodes 404, 406, 410, 412, 416, 420, 422 of the data tree 400 and the file nodes 454, 456, 462, 466, 470, 472, 474 of the data tree 450, and the directory nodes 402, 408, 414, 418 of the data tree 400 and the directory nodes 452, 458, 464, 468 of the data tree 450 may be determined based on content of the file nodes and directory nodes. For example, for file nodes that are determined to not being weakly matched, the matching file nodes may be determined based on matching of their fingerprints. Such matching of file nodes and directory nodes may result in the matched pairs of nodes shown in Table 2.

[0062] Based on the matching file nodes and directory nodes of the data trees 400, 450, a delta (D) between the data trees 400, 450 may be determined as the following sequence of edit operations: D = UPDT(fname2, d, R, R), REMOVE(fname3, R/Nl), MOVE(N3, R/Nl, R), and ADD(fname8, R/N2). Based on the determination that the node N3 of T1 is the same as the node N3 of T2, the delta may include a movement of the node N3 from the node N1 to the R (root) directory, rather than a combination of a deletion and an addition operation.

[0063] FIG. 5 illustrates an example flow 500 for tree delta encoding, in accordance with various embodiments of the disclosure. The flow 500 may include an input of multiple data trees (Ti, T2) into a block 502. At block 502, a matching algorithm to determine similarity between nodes of the data trees may be used based on a selected strategy. Strategies from which matching algorithms may be selected may include (1) a simple determination of commonality or similarity between nodes, and (2) a more sophisticated determination of commonality or similarity between nodes (using content of the nodes) on the selected strategies, matching nodes may be identified.

[0064] At block 504, a procedure to create a sequence of edit operations (delta) may be used based on a selected scheme. Scheme from which procedures may be selected may include (1) a tree-trimming scheme: modifying an existing tree with one or more tree edit operations, and (2) a tree-planting scheme: creating a new tree with a root node, and building the nodes (file nodes, directory nodes) of the new tree with one or more tree edit operations. Based on the selected scheme, the delta between the data trees may be generated.

[0065] More sophisticated determination of commonality or similarity between nodes may allow for identification of data tree modifications, such as (1) movement of a file node or a directory node to a different directory node, (2) change of file node name or a directory node name, or (3) a file node or a directory node being copied to another location. Identification of other data tree modifications are contemplated. More sophisticated determination of commonality or similarity between nodes may allow for higher compression of delta between data trees. For example, the size of delta may be reduced by being able to use UPDT operation to change a file in a data tree (from an older version to a newer version of the file) rather than using a

REMOVE (to remove the older version of the file) and an ADD operation (to add the new version of the file). As another example, a matched directory node in a tree may be created via COPY, MOVE, or RENAME operations, rather than an ADD operation. [0066] FIGS. 6A, 6B, and 6C illustrate example algorithms for tree delta encoding based on simple matching of nodes, in accordance with various embodiments of the disclosure. While the algorithms shown in FIGS. 6A, 6B, and 6C are directed to constructing (reconstructing) trees based on a tree-trimming scheme, this is merely shown as being illustrative and is not meant to be limiting. Same, similar, or different algorithms may be used for constructing (reconstructing) trees based on a tree trimming scheme or a tree-planting scheme.

[0067] FIG. 6A illustrates example algorithms 602, 604 for tree delta encoding, in accordance with various embodiments of the disclosure. Inputs to the algorithm 602 may include two data trees (Ti, T2). At step 1, roots of the data trees (Ti, T2) may be assigned as (Ni, N2). At step 2, roots (Ni, N2) of the data trees may be set as being weakly matched to each other. At step 3, similarity matching of the children (files nodes, directory nodes) of the roots (Ni, N2) may be determined by using the algorithm 604. At step 1, the algorithm 604 may set the children (NNi) of the root (Ni) of the first tree (Ti) as not being matched. At step 2, for each child (NN2) of the root (N2) of the second tree (T2), the algorithm 604 may traverse the first tree (Ti) to determine whether there is a matching node. A child (NN2) of the root (N2) of the second tree (T2) and a child (NNi) of the root (Ni) of the first tree (Ti) may be determined to be: (1) fairly matched (color = 2) if they are both files and the names of the files are the same; and (2) exactly matched (color = 4) if they are both files, the names of the files are the same, and the values of the files (e.g., binary string of the files) are the same. If a child (NN2) of the root (N2) of the second tree (T2) and a child (NNi) of the root (Ni) of the first tree (Ti) have the same name and are both directories, then the algorithm 604 may be used to determine similarity matching of children of the directories. Otherwise, the child (NN2) of the root (N2) of the second tree (T2) may be set as not being matched. At step 3, if any child (NNi) of the root (Ni) of the first tree (Ti) or any child (NN2) of the root (N2) of the second tree (T2) are determined to not be matched, the algorithm 604 may end. At step 4, the root (Ni) of the first tree (Ti) and the root (N2) of the second tree (T2) may be set as being fairly matched (color = 2). At step 5, if each child (NNi) of the root (Ni) of the first tree (Ti) are determined to be exactly matched, then the root (Ni) of the first tree (Ti) and the root (N2) of the second tree (T2) may be set as being exactly matched (color = 4). [0068] FIG. 6B illustrates example algorithms 606, 608 for tree delta encoding, in accordance with various embodiments of the disclosure. The algorithm 606 may generate a delta (D) between two data trees (Ti, T2). At step 1, the algorithm 602 may be called to match nodes of the data trees (Ti, T2). At step 2, the delta (D) may be initialized as being empty. At step 3, the algorithm 608 may be called to add one or more edit options to the delta (D) based on traversal of the root of the second tree (T2). At step 4, the algorithm 610 may be called to add one or more edit options to the delta (D) based on traversal of the root of the first tree (Ni).

[0069] The algorithm 608 may add one or more edit options to the delta (D) based on traversal of the second tree (T2). The algorithm 608 may add one or more UPDT() to the delta (D). The algorithm 608 may add one or more ADD() to the delta (D). For each child (N2) of a directory (P2) of the second tree (T2), the following may be performed: (1) if the child (N2) is a file and fairly matched to a node (Ni) of the first tree (Ti), an UPDT() to modify the child (N2) based on a difference between the child (N2) and the node (Ni) may be added to the delta (D); (2) if the child (N2) is a directory and fairly matched to a node (Ni) of the first tree (Ti), the algorithm 608 may be used to traverse the directory to add one or more edit options to the delta (D); (3) if the child (N2) is a directory and weakly matched to a node (Ni) of the first tree (Ti), the algorithm 608 may be used to traverse the directory to add one or more edit options to the delta (D); and (4) if the child (N2) is not matched to a node (Ni) of the first tree (Ti), an ADD() to add the child (N2) in the directory (P2) may be added to the delta (D).

[0070] FIG. 6C illustrates example an algorithms 610 for tree delta encoding, in accordance with various embodiments of the disclosure. The algorithm 610 may add one or more edit options to the delta (D) based on traversal of the first tree (Ti). The algorithm 610 may add one or more REMOVE() to the delta (D). For each child (Ni) of a directory (Pi) of the first tree (Ti), the following may be performed: if the child (Ni) is a directory and weakly matched, the algorithm 610 may be used to traverse the directory to add one or more edit options to the delta (D); and if the child (Ni) is not matched, a REMOVE() to remove the child (Ni) from the directory (Pi) may be added to the delta (D). [0071] FIGS. 7A, 7B, 7C, 7D, 7E, and 7F illustrate example algorithms for tree delta encoding based on sophisticated matching of nodes, in accordance with various embodiments of the disclosure. While the algorithms shown in FIGS. 7A, 7B, 7C, 7D, 7E, and 7F are directed to constructing (reconstructing) trees based on a tree-trimming scheme, this is merely shown as being illustrative and is not meant to be limiting. Same, similar, or different algorithms may be used for constructing (reconstructing) trees based on a tree-trimming scheme or a tree-planting scheme.

[0072] FIG. 7A illustrates example algorithms 702, 704 for tree delta encoding, in accordance with various embodiments of the disclosure. Inputs to the algorithm 702 may include two data trees (Ti, T2). At step 1, a fingerprint database (FPDB) may be initiated. At step 2, the algorithm 704 may be used to generate fingerprints of file nodes of the tree (Ti). At step 3, roots of the data trees (Ti, T2) may be assigned as (Ni, N2). At step 4, roots (Ni, N2) of the data trees may be set as being weakly matched to each other. At step 5, similarity matching of the children (files nodes, directory nodes) of the roots (Ni, N2) may be determined by using an algorithm 706 (shown in FIG. 7B).

[0073] The algorithm 704 may generate the fmgerprint(s) of a node (N). If the node (N) is a file, the fingerprint(s) (FP) of the file may be generated based on the content of the file (value of N) and indexed (e.g., within the fingerprint database FPDB) with the full path of the node (N). If the node (N) is a directory, the algorithm 704 may be used for each child (NN) of the node (N).

[0074] FIG. 7B illustrates an example algorithms 706 for tree delta encoding, in accordance with various embodiments of the disclosure. At step 1, the algorithm 706 may set the children (NNi) of a node (Ni) of the first tree (Ti) as not being matched. At step 2, for each child (NN2) of the node (N2) of the second tree (T2), the algorithm 706 may traverse the first tree (Ti) to determine whether there is a matching node. A child (NN2) of the node (N2) of the second tree (T2) and a child (NNi) of the node (Ni) of the first tree (Ti) may be determined to be: (1) fairly matched (color = 2) if they are both files and the names of the files are the same; and (2) exactly matched (color = 4) if they are both files, the names of the files are the same, and the values of the files (e.g., binary values of the files) are the same. If a child (NN2) of the node (N2) of the second tree (T2) and a child (NNi) of the node (Ni) of the first tree (Ti) have the same name and are both directories, then the algorithm 706 may be used to determine similarity matching of children of the directories. Otherwise, the child (NN2) of the node (N2) of the second tree (T2) may be set as not being matched. At step 3, if any child (NNi) of the node (Ni) of the first tree (Ti) or any child (NN2) of the node (N2) of the second tree (T2) are determined to not be matched, an algorithm 708 (shown in FIG. 7C) may be used for each child (NN2) of the node (N2) of the second tree (T2). At step 4, the node (Ni) of the first tree (Ti) and the node (N2) of the second tree (T2) may be set as being fairly matched (color = 2). At step 5, if each child (NNi) of the node (Ni) of the first tree (Ti) are determined to be exactly matched, then the node (Ni) of the first tree (Ti) and the node (N2) of the second tree (T2) may be set as being exactly matched (color = 4).

[0075] FIG. 7C illustrates an example algorithm 708 for tree delta encoding, in accordance with various embodiments of the disclosure. The algorithm 708 may find matching nodes based on their fingerprints and determine difference between the matched nodes. If a node (N) is a directory, then the algorithm 708 may be called for each child (NN) of the node (N). If the node (N) is a file, then the following may be performed: the fingerprint(s) (FP) of the file may be generated based on the content of the file (value of N); a fingerprint database (e.g., the fingerprint database FPBD) may be searched for the fingerprint(s) (FP) of the file using getMatchedNode() to find a matching node (NN) with one or more common fingerprints. The difference between the node (N) and the matching node (NN) may be determined as a difference between the value of the node (N) and the value of the node (NN).

[0076] FIG. 7D illustrates example algorithms 710, 712 for tree delta encoding, in accordance with various embodiments of the disclosure. The algorithm 710 may generate a delta (D) between two data trees (Ti, T2). At step 1, the algorithm 702 may be called to match nodes of the data trees (Ti, T2). At step 2, the delta (D) may be initialized as being empty. At step 3, the algorithm 714 may be called to add one or more edit options to the delta (D) based on traversal of the root of the second tree (T2). At step 4, the algorithm 712 may be called to add one or more edit options to the delta (D) based on traversal of the root of the first tree (Ni).

[0077] The algorithm 712 may add one or more edit options to the delta (D) based on traversal of the first tree (Ti). The algorithm 712 may add one or more REMOVEQ to the delta (D). For each child (Ni) of a directory (Pi) of the first tree (Ti), the following may be performed: if the child (Ni) is a directory and weakly matched, the algorithm 712 may be used to traverse the directory to add one or more edit options to the delta (D); and if the child (Ni) is not matched, a REMOVE() to remove the child (Ni) from the directory (Pi) may be added to the delta (D).

[0078] FIG. 7E illustrates example algorithms 714, 716 for tree delta encoding, in accordance with various embodiments of the disclosure. The algorithm 714 may add one or more edit options to the delta (D) based on traversal of the second tree (T2).

The algorithm 714 may add one or more UPDT() to the delta (D). The algorithm 714 may add one or more ADD() to the delta (D). For each child (N2) of a directory (P2) of the second tree (T2), the following may be performed: (1) if the child (N2) is a file and fairly matched to a node (Ni) of the first tree (Ti), an UPDT() to modify the child (N2) based on a difference (d) between the child (N2) and the node (Ni) may be added to the delta (D); (2) if the child (N2) is a directory and fairly matched to a node (Ni) of the first tree (Ti), the algorithm 714 may be used to traverse the directory to add one or more edit options to the delta (D); (3) if the child (N2) is a directory and weakly matched to a node (Ni) of the first tree (Ti), the algorithm 714 may be used to traverse the directory to add one or more edit options to the delta (D); and (4) if the child (N2) is not matched, a tree file (N) may be created for the child (N2) using the algorithm 716, an ADD() to add the tree file (N) in the directory (P2) may be added to the delta (D), and the algorithm 718 (shown in FIG. 7F) may be used. The algorithm 716 may create a tree (T) with all nodes of the input (NN), where the file nodes are created as shells for the files. That is, the content of the file nodes may be empty in the tree (T).

If the file nodes are leaves of the tree (T), the tree (T) may have outlines of the leaves, but not the content of the leaves.

[0079] FIG. 7F illustrates an example algorithm 718 for tree delta encoding, in accordance with various embodiments of the disclosure. The algorithm 718 may update the content of file nodes of a node (N) (fill in content of the leaves of node N). For each child (NN) of the node (N), the following may be performed. If the child (NN) is a directory, the algorithm 718 may be used to update the content of the file nodes of the child (NN). If the child (NN) is a file, the content of the child (NN) may be determined based on the value of the matching node and the difference (d) between the child (NN) and the matching node.

[0080] FIG. 8 illustrates an example client-server architecture 800, in accordance with various embodiments of the disclosure. The architecture 800 may include a server 810 and a client 820. The client 820 may include a client-side agent 822. The server 810 may include or be coupled (directly or indirectly) to a software manager 802, a fingerprint generator 812, and a tree delta encoding engine 806. The fingerprint generator 812 may be configured to generate fingerprints of file nodes within a data tree. The software manager 802 may be configured to provide (1) one or more data trees (T) to the fingerprint generator 812 for generation of fingerprints of the file nodes, and (2) different data trees (Tl, T2) to the tree delta encoding engine 806. Fingerprints generated by the fingerprint generator 812 may be stored within fingerprint indices 804 (e.g., one or more tables, one or more databases). Individual data trees may include a set of directory nodes and a set of file nodes. In some embodiments, the data trees provided by the software manager 802 may include different versions of a data tree. For example, a first data tree (Tl) provided by the software manager 802 may be one version of the data tree and a second data tree (T2) provided by the software manager 802 may be another version of the data tree. The data tree may be or include software. For instance, the first data tree (Tl) provided by the software manager 802 may be one version of the software and a second data tree (T2) provided by the software manager 802 may be another version of the software.

[0081] The tree-delta encoding engine 806 may be configured to generate a delta between different data trees based on similarity classification of nodes within the data trees. For example, the tree delta encoding engine 806 may generate a delta between the first data tree (Tl) and the second data tree (T2) (D=T2 - Tl) based on a first classification of similarity between the file nodes of the two data trees and a second classification of similarity between the directory nodes of the two data trees. The delta may be generated further based on one or more file node deltas between the file nodes of the two data trees, which file nodes may be matched based on fingerprints generated by the fingerprint generator 812 and stored within fingerprint indices 804. The delta may be packaged into one or more delta packages 808 for provision by the server 810 to the client-side agent 822. [0082] The client-side agent 822 may be configured to modify a client-side version of the data tree based on the delta. For example, the client-side agent 822 may modify the client 820 or a client-side version of software (software installed in, stored by, used by the client 820) based on the delta. The client 820 (or the client-side agent 822) may update software of the client 820 using the tree delta encoding described herein.

[0083] For example, the delta between the first data tree (Tl) and the second data tree (T2) may be generated as a sequence of edit operations to be applied to a copy of the first data tree (Tl) to construct a copy of the second data tree (T2). As another example, the delta between the first data tree (Tl) and the second data tree (T2) may be generated as a sequence of edit operations to be applied to an empty tree to construct a copy of the second data tree (T2).

[0084] FIG. 9 illustrates an example client-server architecture 900, in accordance with various embodiments of the disclosure. The client-server architecture 900 may be used to modify or update software, such as an autonomous vehicle safety and security (AVSS) software. Use of the same or similar architecture to modify or update other software are contemplated. The client-server architecture 900 may include an OTA server 910 and an AVSS agent 920. The AVSS agent 920 may include a client- side over-the-air (OTA) agent 922. In some embodiments, the client-side OTA agent 922 may be separate from the AVSS agent 920. The OTA server 910 may include or be coupled (directly or indirectly) to an AVSS software manager 902, a fingerprint generator 912, and a tree delta encoding engine 906.

[0085] The AVSS agent 920 may include some or all of the functionalities of the client 820. The client-side OTA agent 922 may include some or all of the

functionalities of the client-side agent 822. The OTA server 910 may include some or all of the functionalities of the server 810. The AVSS software manager 902 may include some or all of the functionalities of the software manager 802. The fingerprint generator 912 may include some or all of the functionalities of the fingerprint generator 812. A fingerprint indices 904 may include some or all of the functionalities of the fingerprint indices 804. The tree delta encoding engine 906 may include some or all of the functionalities of the tree delta encoding engine 806. A delta generated by the tree delta encoding engine 906 may be packaged into one or more delta packages 908 for provision by the OTA server 910 to the client-side OTA agent 922.

[0086] The AVSS agent 920 may operate on top of an autonomous driving controller (ADC) system for one or more tasks relevant to AVSS. The AVSS agent 920 may communicate with an AVSS server 932. The AVSS server 932 may be located in the cloud of autonomous vehicle security operations center (AV SOC) 930. The AVSS server 932 may perform one or more tasks relevant to AVSS, such as AV safety and security management, remote intervention, safety and security intelligence, safety and security analysis, and forensic analysis. The AV SOC 930 may operate as a security operations center for AV vehicles or fleets. The AV SOC 930 may support one or more safety and security operation functions for AV vehicles or fleets. The AV SOC 930 may communicate with an autonomous vehicle business operations center (AV BOC) 940. The AV BOC 940 may support one or more business operation functions for AV vehicles or fleets. The AV BOC 940 may communicate with one or more client devices 950, such as devices of vehicle drivers or riders.

[0087] The AVSS agent 920 may need to be modified or updated when a new AVSS agent software is available. The AVSS agent 920 (or the client-side OTA agent 922) may update software of the AVSS agent 920 using the tree delta encoding described herein. For example, the AVSS agent 920 (or the client-side OTA agent 922) may apply the delta within the delta package(s) 908 to a data tree or a copy of a data tree to construct another data tree (e.g., updated version of the data tree). The AVSS agent 920 (or the client-side OTA agent 922) may perform other tasks, such as downloading the delta package(s) 908 from the OTA server 910, decrypting the delta package(s) 908, verifying the integrity of the delta package(s) 908, and verifying the integrity of the modified/updated data tree before overwriting the original data tree (overwriting the data tree of the AVSS agent 920).

[0088] FIG. 10A illustrates a flowchart of an example method 1000, according to various embodiments of the present disclosure. The method 1000 may be

implemented in various environments including, for example, the environment 100 of FIG. 1, the architecture 800 of FIG. 8, or the architecture 900 of FIG. 9. The operations of the method 1000 presented below are intended to be illustrative.

Depending on the implementation, the method 1000 may include additional, fewer, or alternative steps performed in various orders or in parallel. The method 1000 may be implemented in various computing systems or devices including one or more processors.

[0089] With respect to the method 1000, at block 1002, a first data tree may be accessed. The first data tree may include a first set of directory nodes and a first set of file nodes. At block 1004, a second data tree may be accessed. The second data tree may include a second set of directory nodes and a second set of file nodes. At block 1006, similarity between the first set of file nodes and the second set of file nodes may be classified. Similarity between the first set of file nodes and the second set of file nodes may be classified based on file names, file paths, and file values. At block 1008, similarity between the first set of directory nodes and the second set of directory nodes may be classified. Similarity between the first set of directory nodes and the second set of directory nodes may be classified based on directory names, directory paths, nested folders, and included files. At block 1010, a delta between the first data tree and the second data tree may be generated based on the classification of similarity between the first set of file nodes and the second set of file nodes and the classification of similarity between the first set of directory nodes and the second set of directory nodes.

[0090] FIG. 10B illustrates a flowchart of an example method 1050, according to various embodiments of the present disclosure. The method 1050 may be

implemented in various environments including, for example, the environment 100 of FIG. 1, the architecture 800 of FIG. 8, or the architecture 900 of FIG. 9. The operations of the method 1050 presented below are intended to be illustrative.

Depending on the implementation, the method 1050 may include additional, fewer, or alternative steps performed in various orders or in parallel. The method 1050 may be implemented in various computing systems or devices including one or more processors.

[0091] With respect to the method 1050, at block 1052, a first data tree may be accessed. The first data tree may include a first set of directory nodes and a first set of file nodes. At block 1054, a second data tree may be accessed. The second data tree may include a second set of directory nodes and a second set of file nodes. At block 1056, similarity between the first set of file nodes and the second set of file nodes may be classified. Similarity between the first set of file nodes and the second set of file nodes may be classified based on file names, file paths, and file values. At block 1058, similarity between the first set of directory nodes and the second set of directory nodes may be classified. Similarity between the first set of directory nodes and the second set of directory nodes may be classified based on directory names, directory paths, nested folders, and included files. At block 1060, responsive to similarity between a file node of the second set of file nodes being classified within a no match level, a matching file node of the first set of file nodes may be identified and a file-node delta between the matching file node of the first set of file nodes and the file node of the second set of file nodes may be determined. The matching file node of the first set of file nodes may be identified based on the fmgerprint(s) of the file node of the second set of file nodes. At block 1062, a delta between the first data tree and the second data tree may be generated based on the classification of similarity between the first set of file nodes and the second set of file nodes, the classification of similarity between the first set of directory nodes and the second set of directory nodes, and the file-node delta.

[0092] FIG. 11 is a block diagram that illustrates a computer system 1100 upon which any of the embodiments described herein may be implemented. The computer system 1100 includes a bus 1102 or other communication mechanism for

communicating information, one or more hardware processors 1104 coupled with bus 1102 for processing information. Hardware processor(s) 1104 may be, for example, one or more general purpose microprocessors.

[0093] The computer system 1100 also includes a main memory 1106, such as a random access memory (RAM), cache and/or other dynamic storage devices, coupled to bus 1102 for storing information and instructions to be executed by processor(s) 1104. Main memory 1106 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor(s) 1104. Such instructions, when stored in storage media accessible to processor(s) 1104, render computer system 1100 into a special-purpose machine that is customized to perform the operations specified in the instructions. Main memory 1106 may include non-volatile media and/or volatile media. Non-volatile media may include, for example, optical or magnetic disks. Volatile media may include dynamic memory. Common forms of media may include, for example, a floppy disk, a flexible disk, hard disk, solid state drive, magnetic tape, or any other magnetic data storage medium, a CD-ROM, any other optical data storage medium, any physical medium with patterns of holes, a RAM, a DRAM, a PROM, and EPROM, a FLASH-EPROM, NVRAM, any other memory chip or cartridge, and networked versions of the same.

[0094] The computer system 1100 may implement the techniques described herein using customized hard-wired logic, one or more ASICs or FPGAs, firmware and/or program logic which in combination with the computer system causes or programs computer system 1100 to be a special-purpose machine. According to one embodiment, the techniques herein are performed by computer system 1100 in response to processor(s) 1104 executing one or more sequences of one or more instructions contained in main memory 1106. Such instructions may be read into main memory 1106 from another storage medium, such as storage device 1108. Execution of the sequences of instructions contained in main memory 1106 causes processor(s)

1104 to perform the process steps described herein. For example, the process/method shown in FIG. 10A and/or FIG. 10B and described in connection with this figure may be implemented by computer program instructions stored in main memory 1106.

When these instructions are executed by processor(s) 1104, they may perform the steps as shown in FIG. 10A and/or FIG. 10B and described above. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions.

[0095] The computer system 1100 also includes a communication interface 1110 coupled to bus 1102. Communication interface 1110 provides a two-way data communication coupling to one or more network links that are connected to one or more networks. As another example, communication interface 1110 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN (or WAN component to communicated with a WAN). Wireless links may also be implemented.

[0096] The performance of certain of the operations may be distributed among the processors, not only residing within a single machine, but deployed across a number of machines. In some example embodiments, the processors or processor- implemented engines may be located in a single geographic location (e.g., within a home environment, an office environment, or a server farm). In other example embodiments, the processors or processor-implemented engines may be distributed across a number of geographic locations.

[0097] Certain embodiments are described herein as including logic or a number of components. Components may constitute either software components (e.g., code embodied on a machine-readable medium) or hardware components (e.g., a tangible unit capable of performing certain operations which may be configured or arranged in a certain physical manner). As used herein, for convenience, components of the computing system 102 may be described as performing or configured for performing an operation, when the components may comprise instructions which may program or configure the computing system 102 to perform the operation.

[0098] While examples and features of disclosed principles are described herein, modifications, adaptations, and other implementations are possible without departing from the spirit and scope of the disclosed embodiments. Also, the words

“comprising,”“having,”“containing,” and“including,” and other similar forms are intended to be equivalent in meaning and be open ended in that an item or items following any one of these words is not meant to be an exhaustive listing of such item or items, or meant to be limited to only the listed item or items. It must also be noted that as used herein and in the appended claims, the singular forms“a,”“an,” and“the” include plural references unless the context clearly dictates otherwise.

[0099] The embodiments illustrated herein are described in sufficient detail to enable those skilled in the art to practice the teachings disclosed. Other embodiments may be used and derived therefrom, such that structural and logical substitutions and changes may be made without departing from the scope of this disclosure. The Detailed Description, therefore, is not to be taken in a limiting sense, and the scope of various embodiments is defined only by the appended claims, along with the full range of equivalents to which such claims are entitled.