Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jswalden/custom-arc

An Ark<T> that's a slimmed-down std::sync::Arc<T> reimplementation, for kicks
https://github.com/jswalden/custom-arc

Last synced: about 2 months ago
JSON representation

An Ark<T> that's a slimmed-down std::sync::Arc<T> reimplementation, for kicks

Awesome Lists containing this project

README

        

# custom-arc
Experimentation with implementation of an Arc type.

This is me basically just trying to do an exercise from
[https://marabos.nl/atomics/building-arc.html](Rust Atomics and Locks) before
reading through the implementation provided there. Odds are it's at least
_mostly_ correct (and maybe fully so, because I'll probably go through and fix
stuff upon reading the provided implementation). But you would be a fool to
rely on this. :-)