This is an archive of the discontinued Mercurial Phabricator instance.

radix204: add a mmap-based vector type
AbandonedPublic

Authored by quark on Nov 7 2017, 12:40 PM.
Tags
None
Subscribers
None

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

This allows us to replace Vec used in radix.rs to the mmap-based version,
which is more efficient if the index or key buffer is large.

Test Plan

cargo test --lib. Also make sure kcov reports 100% coverage of
mmapvec.rs.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

quark created this revision.Nov 7 2017, 12:40 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptNov 7 2017, 12:40 PM
quark abandoned this revision.Nov 11 2017, 1:34 AM

This is not related to the main library. Therefore moved to another place.