Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 441 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 441 Bytes

zvm

zvm goes zoom, like "zoom zoom".

implementation

gc (gigo)

zvm currently implements garbage collection with the gigo garbage collection strategy. if you or your program put garbage into zvm, there is now garbage in zvm. a core tenet of the gigo strategy is that garbage does not go out. unused memory is only reclaimed when zvm turns off. one day zvm may implement a garbage collection strategy other than gigo.