An open API service providing repository metadata for many open source software ecosystems.

Topic: "lazy-initialization"

TechPrimers/spring-boot-lazy-init-example

Spring Boot 2.2+ Lazy Initialization Example

Language: Java - Size: 49.8 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 71

simphotonics/lazy_memo

Lazy variables that can be re-initialized and memoized functions for Dart.

Language: Dart - Size: 130 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 1

mtumilowicz/java12-concurrency-singleton-pattern-workshop

Overview of singleton pattern implementations and how they correlate with save publication issues.

Language: Groovy - Size: 127 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

mtumilowicz/hibernate-lazy-initialization-exception

Simple example of LazyInitializationException.

Language: Java - Size: 67.4 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 3

petrmiko/konteiner 📦

Simple DI container for node.js applications

Language: JavaScript - Size: 561 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

dying-will-bullet/once

OnceCell and Lazy in Zig

Language: Zig - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

explooosion/react-lazy-initialization

This is an example for react lazy initialization.

Language: JavaScript - Size: 168 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

space-code/lazy

Lazy is a small, handy tool for lazily initializing a value

Language: Swift - Size: 15.6 KB - Last synced at: about 14 hours ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

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.

Language: C++ - Size: 31.3 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

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.

Language: C++ - Size: 229 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Jagepard/PhpDesignPatterns-LazyInitialization

Lazy Initialization

Language: PHP - Size: 104 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

developerPawar/NotesApp

This is a notes app built with 4 additional features added apart from the existing features from React markdown editor

Language: JavaScript - Size: 142 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JLChnToZ/lazy-loader

Lazy Initializer - Transparent generic deferred initializer which waits until your first-time use.

Language: TypeScript - Size: 259 KB - Last synced at: 22 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1