An open API service indexing awesome lists of open source software.

https://github.com/pchemguy/objectstore

The ObjectStore class simulates weak references via a Dictionary-based store and scalar keys as object handles.
https://github.com/pchemguy/objectstore

library oop vba weak-references

Last synced: 2 months ago
JSON representation

The ObjectStore class simulates weak references via a Dictionary-based store and scalar keys as object handles.

Awesome Lists containing this project

README

        

The ObjectStore class simulates weak references via a Dictionary-based registry ([Patterns of Enterprise Application Architecture](https://books.google.com/books?id=FyWZt5DdvFkC)) and scalar keys as object handles. Documentation is available from [GitHub pages](https://pchemguy.github.io/ObjectStore/).

![](https://github.com/pchemguy/ObjectStore/raw/develop/Assets/Diagrams/CircularReferenceCombi.png)