https://github.com/playxe/cgc
Copying Garbage Collector
https://github.com/playxe/cgc
Last synced: 8 days ago
JSON representation
Copying Garbage Collector
- Host: GitHub
- URL: https://github.com/playxe/cgc
- Owner: playXE
- License: mit
- Created: 2019-07-26T00:08:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T08:30:20.000Z (almost 5 years ago)
- Last Synced: 2024-10-13T16:51:09.894Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 200 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# concurrent-cgc
Concurrent cgc implementation. This implementation is possible to use with multiple threads.## Documentation
Please look at `docs/` directory.