deep:
Anything related to so-called deep operations on recursive data structures, such as trees. A deep operation traverses the entire data structure, in contrast with "shallow" operations that only affect its "first level". For example, a deep-copy operation on a directory tree would copy the entire tree instead of copying only the content of the root directory.