summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorPaul Masurel <paul.masurel@gmail.com>2018-06-04 09:39:18 +0900
committerGitHub <noreply@github.com>2018-06-04 09:39:18 +0900
commitb59132966faf9b179ad942b94c9ac3e7d90b505e (patch)
tree8a5d1fe0a9c66f504881d0f8f7bbb7c6e097a9c8 /src/lib.rs
parent863d3411bc8609a689a691e4f8d1303ec791ee2a (diff)
Better heap (#311)
* Changed the heap to a paged memory arena. * Trying to simplify the indexing term hashmap * Exploding datastruct * Removed some complexity in bitpacker
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3543b33..a7eb77d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -188,7 +188,6 @@ mod compression;
mod core;
mod indexer;
-mod datastruct;
#[allow(unused_doc_comment)]
mod error;
pub mod tokenizer;