informalsystems / themis-tracer

A tool for managing complex contexts for developing critical systems
Apache License 2.0
4 stars 0 forks source link

Use lazy_static where appropriate #75

Open shonfeder opened 3 years ago

shonfeder commented 3 years ago

I've marked several places in the code with TODOs for use of lazy_static. This is for places where we need values that only need to be computed once, such as compiled regexs and HTML selectors.