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

Topic: "lazy-init"

Meterwhite/AutoPropertyCocoa

Lazy loading.Will and Did access property like swift.All methos is green that can be unbind.高级iOS懒加载.swift中will&get属性访问.

Language: Objective-C - Size: 749 KB - Last synced at: 21 days ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 1

space-code/lazy

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

Language: Swift - Size: 15.6 KB - Last synced at: 1 day 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: 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 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

codinaut/lazy-futuristic

Initialize variables lazily, futuristically.

Language: Rust - Size: 12.7 KB - Last synced at: 3 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0