Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikolalysenko/set-compare

A comparison of ways to check if sets are equal
https://github.com/mikolalysenko/set-compare

Last synced: about 2 months ago
JSON representation

A comparison of ways to check if sets are equal

Awesome Lists containing this project

README

        

set-compare
===========

A comparison of different ways to see if two sets are equal. For more information, please see the following blog post:

[Comparing Sequences without Sorting](http://0fps.wordpress.com/2013/01/24/comparing-sequences-without-sorting/)

To run this, first install [node.js](http://nodejs.org/) and the in the root directory type:

npm install

And then to do the test you can either do:

node experiment.js

Or:

npm test

Credits:
========
(c) 2013 Mikola Lysenko. MIT License