remove errant notice about packed header
This commit is contained in:
parent
336d8ecbea
commit
f76abb9514
@ -2,10 +2,9 @@
|
|||||||
|
|
||||||
Refuse is an implementation of a garbage collector based on the idea of
|
Refuse is an implementation of a garbage collector based on the idea of
|
||||||
deferring increments, allocating new objects as dead (reference count = 0), and
|
deferring increments, allocating new objects as dead (reference count = 0), and
|
||||||
only marking objects as live, as references can be found. Additionally, the
|
only marking objects as live, as references can be found. These three things,
|
||||||
object header to be used with the collector is packed for compactness. These
|
should help increase performance substantially over standard reference count
|
||||||
three things, should help increase performance substantially over standard
|
garbage collectors.
|
||||||
reference count garbage collectors.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user