#lazy-initialization

[ follow ]
fromLogRocket Blog
5 months ago
JavaScript

How to use the lazy initialization pattern with Rust 1.80 - LogRocket Blog

Lazy initialization can improve application startup time by deferring resource allocation until needed.
fromInfoQ
8 months ago
JavaScript

Rust 1.80 Adds Support for Lazy Statics, Extends Ranges in Patterns, and More

Rust 1.80 stabilizes LazyCell and LazyLock for lazy initialization of data, exclusive ranges, and variadic functions without named parameters.
[ Load more ]