Files
tantivy/src
Paul Masurel 0972a1c6a0 Removing data copy in the RAMDirectory
The fst crate recently added support for sliced `Arc<Vec<u8>>`.
This called for a rewrite of the RAMDirectory for tantivy's RAMDirectory.
Previously every single read was copying data.

In addition:
- RAMDirectory's Write object panic if someone does not flush
right before the destruction of the object.
- In the same spirit, the postings serializer panics if someone
opens a term without closing the previous one.

Closes #16
2016-08-18 10:45:34 +09:00
..
2016-08-02 10:21:28 +09:00
2016-08-15 00:19:41 +09:00
2016-08-13 13:15:39 +09:00
2016-08-10 10:08:18 +09:00
2016-08-16 00:58:11 +09:00