Remove lazy_static crate: unorthodox usage
The lazy_static crate's previous usage prevented the compiler from optimizing by hiding pattern matching behind a runtime generated hashset and could be replaced, in tests, by a more explicit crate
The lazy_static crate's previous usage prevented the compiler from optimizing by hiding pattern matching behind a runtime generated hashset and could be replaced, in tests, by a more explicit crate