lazy-initialization
There are 13 repositories under lazy-initialization topic.
TechPrimers/spring-boot-lazy-init-example
Spring Boot 2.2+ Lazy Initialization Example
simphotonics/lazy_memo
Lazy variables that can be re-initialized and memoized functions for Dart.
mtumilowicz/hibernate-lazy-initialization-exception
Simple example of LazyInitializationException.
dying-will-bullet/once
OnceCell and Lazy in Zig
JLChnToZ/lazy-loader
Lazy Initializer - Transparent generic deferred initializer which waits until your first-time use.
mtumilowicz/java12-concurrency-singleton-pattern-workshop
Overview of singleton pattern implementations and how they correlate with save publication issues.
petrmiko/konteiner
Simple DI container for node.js applications
BardiFarsi/LazyInitialization
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.
BardiFarsi/SingleTon
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.
space-code/lazy
Lazy is a small, handy tool for lazily initializing a value
tirtheshPawar/NotesApp
This is a notes app built with 4 additional features added apart from the existing features from React markdown editor
explooosion/react-lazy-initialization
This is an example for react lazy initialization.
Jagepard/PhpDesignPatterns-LazyInitialization
Lazy Initialization