KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
mo-gc
★ 23
Open GitHub ↗
Garbage collector experiments in Rust
Download README (.md)
Explore Similar Repositories
FatCatMOD
:
MinecraftのデブネコMODです
countdown
:
Setting up a fastlane development environment
node-google-id-token-verifier
:
No description available.
atom-diary
:
Create diary entries in AsciiDoc using the Atom editor
bolt
:
[DEPRECATED] an opinionated meta task runner for components.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mo-gc
?
Download (.md)
## An experimental garbage collector in Rust This is a very experimental garbage collector primarily built to research the viability of a write barrier mechanism that does not depend on compiler GC support. * [](https://travis-ci.org/pliniker/mo-gc) ### Further information Please read the [Introduction to mo-gc](http://pliniker.github.io/mo-gc-intro.html) first. * [Ideas](http://pliniker.github.io/mo-gc-ideas.html) expands on the further direction in the introduction. * [API Documentation](https://pliniker.github.io/mo-gc/), but also see the examples. * [Implementation Notes](https://github.com/pliniker/mo-gc/blob/master/doc/Implementation-Notes.md) * [Original draft design outline](https://github.com/pliniker/mo-gc/blob/master/doc/Project-RFC.md) * [Original discussion issue](https://github.com/pliniker/mo-gc/issues/1) on the original design. ### See also * [rust-gc](https://github.com/manishearth/rust-gc) * [crossbeam](https://github.com/aturon/crossbeam/) * [bacon-rajan-cc](https://github.com/fitzgen/bacon-rajan-cc) ### About this Project * Copyright © 2015 Peter Liniker <peter.liniker@gmail.com> * Licensed under dual MIT/Apache-2.0 * Named after [M-O](http://pixar.wikia.com/wiki/M-O).