• B
    Use lazy_static to cache datetime formats · e07992d0
    Ben S 提交于
    One of those two date formats was re-compiled before any date was displayed. Now they are compiled only the first time they're used, and cached versions are used thereafter, resulting in a speedup.
    e07992d0
main.rs 4.3 KB