Update README.md

This commit is contained in:
2025-09-07 16:55:20 -07:00
parent 2b59fff6a7
commit b753cfa761

View File

@ -4,10 +4,11 @@ RefCount is a reference counting (thus the name) and garbage collection library
written in C. written in C.
RefCount has support for RefCount has support for
- breaking dependency chains via garbage collection - Breaking dependency chains via garbage collection
- Multiple distinct contexts allowing the tracking of many types of objects, - Multiple distinct contexts allowing the tracking of many types of objects,
each with a possibly different memory allocation implementation each with a possibly different memory allocation implementation
- Safely running in multi-threaded environments - Safely running in multi-threaded environments
- Destructors that can possibly re-reference an object to save it
### Building ### Building