Skip to content

Commit

Permalink
more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jul 4, 2021
1 parent 445f131 commit 5b02dce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sourmash/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,10 @@ class DirectoryIndex(Index):
Concrete class; signatures dynamically loaded from disk; uses manifests.
This is useful for situations where you have many existing .sig files
under a directory hierarchy. If you convert them to .zip collections
then you can use LazyMultiIndex instead.
Notes:
* manifests for directories are _generated_ by MultiIndex :grin: :shrug:
* Lazy - loads signatures only when requested
Expand Down

0 comments on commit 5b02dce

Please sign in to comment.