Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jswalden/custom-arc
- Owner: jswalden
- License: mit
- Created: 2023-01-21T23:40:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T07:22:03.000Z (almost 2 years ago)
- Last Synced: 2024-03-19T02:46:43.855Z (10 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. :-)