https://github.com/powergee/cdrc-rs
A Rust Implementation of Concurrent Deferred Reference Counting (Daniel Anderson et al.)
https://github.com/powergee/cdrc-rs
Last synced: 8 months ago
JSON representation
A Rust Implementation of Concurrent Deferred Reference Counting (Daniel Anderson et al.)
- Host: GitHub
- URL: https://github.com/powergee/cdrc-rs
- Owner: powergee
- Created: 2023-04-03T04:37:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T07:36:50.000Z (about 2 years ago)
- Last Synced: 2025-02-15T03:15:16.698Z (over 1 year ago)
- Language: Rust
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cdrc-rs
A Rust Implementation of Concurrent Deferred Reference Counting (Daniel Anderson et al.)