Try out lazy_static
Thanks to u/FormalFerret's suggestion on reddit (with backticks fixed) , lazy_static
looks like it could offer some performance benefits if not being "correct"/well-aligned with how this program uses it's input.
Thanks to u/FormalFerret's suggestion on reddit (with backticks fixed) , lazy_static
looks like it could offer some performance benefits if not being "correct"/well-aligned with how this program uses it's input.