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

Topic: "lazyinitializationexception"

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 2 months ago - Pushed at: 12 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 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jbockstal/hibernate-lazyinitializationexception

Demo Project for Understanding Hibernate's LazyInitializationException

Language: Java - Size: 69.3 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0