lazy-init

There are 5 repositories under lazy-init topic.

  • 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-C7101
  • BardiParsi/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++0100
  • BardiParsi/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++00
  • codinaut/lazy-futuristic

    Initialize variables lazily, futuristically.

    Language:Rust00
  • space-code/lazy

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

    Language:Swift0100