Retrieve the words before the intersect loops

This commit is contained in:
Kerollmops 2020-06-10 22:05:01 +02:00
parent 6ca3579cc0
commit 4e86ecf807
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 25 additions and 18 deletions

View file

@ -6,6 +6,10 @@ use heed::EnvOpenOptions;
use structopt::StructOpt;
use mega_mini_indexer::{Index, BEU32};
#[cfg(target_os = "linux")]
#[global_allocator]
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
#[derive(Debug, StructOpt)]
#[structopt(name = "mm-search", about = "The server side of the MMI project.")]
struct Opt {