yrashk / zig-rcsp

Reference-counted Shared Pointer for Zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Zig 76.8%Language:TLA 23.2%