Skip to content

erenon/node-gc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-gc
=============

A very small wrapper around v8 Garbage collection. 

To build:

node-waf configure
node-waf build

you should then have a gc.node binary which you will need to make available to any 
scripts that want to use it.

To use in a script:

var gc = require("./gc");

var GC = new gc.GC();
gc.collect();

run test.js for a full example.

About

node module to expose access to V8 Garbage collection

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 90.0%
  • JavaScript 10.0%