# Packages
No description provided by the author
# Functions
ConcurrentMark implements simple, concurrent GC.
Sweep removes all nodes returned through the channel which are not in the reachable set by calling the provided remove function.
Tricolor implements basic, single-thread tri-color GC.
# Constants
ResourceMax represents the max resource.
# Structs
Node presents a resource which has a type and key, this node can be used to lookup other nodes.
# Interfaces
Stats about a garbage collection run.
# Type aliases
ResourceType represents type of resource at a node.