speed comparisons of partial strings

This commit is contained in:
Mark Thom
2020-04-19 20:58:53 -06:00
parent ba5a4c3945
commit b64d45a74e
3 changed files with 163 additions and 5 deletions

View File

@@ -72,6 +72,13 @@ impl MachinePolicies {
}
}
impl Default for MachinePolicies {
#[inline]
fn default() -> Self {
MachinePolicies::new()
}
}
pub struct Machine {
pub(super) machine_st: MachineState,
pub(super) inner_heap: Heap,