polaris/.gitignore
Antoine Gersant b6c446fa02
Rewrote indexer (#107)
* Update index without rayon

* Use crossbeam channels

* Use a single thread for DB insertions

* Better use of rayon in clean()

* Index rewrite

* Parallelize traverser

* Don't swallow send error

* Use Drop trait to flush Inserter work

* Configurable number of traverser threads

* Use channels to manage the work queue instead of Mutex

* Removed unusable profiling feature
2020-12-07 20:07:10 -08:00

16 lines
206 B
Text

# Build output
target
# Test output
test-output
# Local config for quick iteration
TestConfig.toml
# Runtime artifacts
*.sqlite
thumbnails
# Release process artifacts (usually runs on CI)
release
*.res