Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 263 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 263 Bytes

node-linkedlist-native

A native implemantation of linked list for node.js.

Prerequisites

  • node v0.11 or later
  • GCC (C++11 Compiler)

To install

npm install git://github.com/paulownia/node-linkedlist-native.git

To build

npm run build