An open API service indexing awesome lists of open source software.

https://github.com/caspertech/nanweakfunctiontest

Demonstrate a possible flaw in Node's ref management
https://github.com/caspertech/nanweakfunctiontest

Last synced: about 1 year ago
JSON representation

Demonstrate a possible flaw in Node's ref management

Awesome Lists containing this project

README

          

# NanWeakFunctionTest
Demonstrate a possible flaw in Node's ref management

```
npm install
npm install -g node-cmake
ncmake configure
ncmake build
node --expose-gc test.js
```