feat: Introduce a new thread to avoid waiting on doc indexes fetchs

This commit is contained in:
Clément Renault
2019-08-16 16:35:19 +02:00
parent d9c9fafd78
commit b7b60b5fe5
4 changed files with 93 additions and 52 deletions

View File

@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
byteorder = "1.3.1"
crossbeam-channel = "0.3.9"
deunicode = "1.0.0"
hashbrown = "0.2.2"
lazy_static = "1.2.0"