lazy-initialization
Here are 19 public repositories matching this topic...
Project for PRJ301
-
Updated
Feb 11, 2026 - Java
Cached lazy variables that can be re-initialized and memoized functions for Dart.
-
Updated
Oct 12, 2025 - Dart
Simple example of LazyInitializationException.
-
Updated
Dec 3, 2019 - Java
Simple DI container for node.js applications
-
Updated
Feb 16, 2024 - JavaScript
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
Overview of singleton pattern implementations and how they correlate with save publication issues.
-
Updated
May 27, 2024 - Groovy
Explore how to speed up Syncfusion® .NET MAUI Popup and deliver smooth, responsive user experiences. Learn best practices like lazy initialization, content caching, and virtualization for optimal performance across platforms.
-
Updated
Jan 28, 2026 - C#
Lazy is a small, handy tool for lazily initializing a value
-
Updated
Dec 25, 2024 - Swift
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++
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 is an example for react lazy initialization.
-
Updated
Feb 4, 2025 - JavaScript
A clean, dependency injection-first provider for filesystem access in .NET applications using System.IO.Abstractions.
-
Updated
Jun 29, 2026 - C#
Lazy Initializer - Transparent generic deferred initializer which waits until your first-time use.
-
Updated
Jan 15, 2022 - TypeScript
A minimal connection hub for Redis in Node.js
-
Updated
Aug 12, 2026 - TypeScript
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
A scalable, object-oriented Minesweeper engine built in Java. Features a decoupled architecture, "First-Click Safety" via lazy initialization, and stack-safe area exploration using an iterative BFS algorithm.
-
Updated
Aug 20, 2026 - HTML
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."