lazy-initialization
Here are 14 public repositories matching this topic...
Lazy variables that can be re-initialized and memoized functions for Dart.
- Updated
Apr 4, 2024 - Dart
Simple example of LazyInitializationException.
- Updated
Dec 3, 2019 - Java
Simple DI container for node.js applications
- Updated
Feb 16, 2024 - JavaScript
Overview of singleton pattern implementations and how they correlate with save publication issues.
- Updated
May 27, 2024 - Groovy
This C++20 solution enables lazy initialization for multithreaded tasks. It efficiently initializes an expensive object only when needed, ensuring thread safety. It utilizes std::once_flag and std::atomic<bool> for synchronization, optimizing resource utilization and scalability.
- Updated
Apr 6, 2024 - C++
This repository contains an implementation of the Singleton Lazy Initialization design pattern in C++20. The Singleton pattern ensures that a class has only one instance and provides a global point of access to that instance.
- Updated
Jul 24, 2024 - C++
Lazy Initializer - Transparent generic deferred initializer which waits until your first-time use.
- Updated
Jan 15, 2022 - TypeScript
This is an example for react lazy initialization.
- Updated
Feb 4, 2025 - JavaScript
Lazy is a small, handy tool for lazily initializing a value
- Updated
Dec 25, 2024 - Swift
A multi-step order creation app built with Cubit (Bloc) for state management, GoRouter for navigation, and GetIt for Dependency Injection. Designed with clean architecture for scalability and maintainability.
- Updated
Mar 18, 2025 - Dart
This is a notes app built with 4 additional features added apart from the existing features from React markdown editor
- Updated
Jul 13, 2022 - JavaScript
Improve this page
Add a description, image, and links to the lazy-initialization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lazy-initialization topic, visit your repo's landing page and select "manage topics."