Skip to content

yrashk/zig-rcsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference-counted Shared Pointer for Zig

This is an implementation of (both atomically and non-atomically) reference-counted shared pointer for Zig. It's somewhat similar to Rust's Rc and Arc as well as C++'s shared_ptr.

It's in early stages of development and is not proven to be correct or feature-complete. Let's call it a prototype.

About

Reference-counted Shared Pointer for Zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published