siftdb-cli-0.2.2 is not a library.
siftdb-cli
Command-line interface for SiftDB, a grep-native, agent-oriented database for code and text collections.
Install
Usage
# Initialize a new collection
# Import code
# Find patterns
# Open file ranges
# Benchmark performance
Performance
See the repository benchmarks/README.md for methodology and results. With the O(1) inverted index:
- 24M+ queries/sec for non-existent terms (pure O(1) lookup)
- Performance scales with number of matching files (O(k) processing)
License
MIT