speed comparisons of partial strings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user