mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
b6c446fa02
* 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
16 lines
206 B
Text
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
|