/sugarcube-list

A list of records.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

SugarCube Lists

Experiment with lists for SugarCube.

Synopsis

Build Status

Look into the api.md and into test for descriptions. Note that the current implementation of SugarCube actually fails all but one test. The tests have a negative assertion (results.should.not.eql(expected)).

Installation

git clone git@github.com:critocrito/sugarcube-list.git
cd sugarcube-list
npm install
npm run build

Tests

npm run tests

Benchmarks

The current implementation of lists in SugarCube is compared to list.

cd benchmarks
npm i
npm run concat

There is a run all benchmarks script in the project root.

npm run benchmarks