Crate btree_experiment

source ·
Expand description

This crate implements a BTreeMap similar to std::collections::BTreeMap.

One difference is the walk and walk_mut methods, which can be slightly more efficient than using range and range_mut.

Re-exports§

Modules§

  • Module with version of BTreeMap that allows B to specified as generic constant.

Constants§

  • Default node capacity = 41( B is usually defined as half this number ).

Type Aliases§