Skip to content

Commit

Permalink
note differences from Immutable.js
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jan 16, 2015
1 parent 8f1c726 commit 99a08dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ keys are at play. For example a Mori hash map with less than or equal
to eight keys can now be built nearly an order of magnitude faster than
Immutable.js 3.6.2 `Map`s.

## Differences from Immutable.js

* A functional API, data structures do not have public methods
* Faster, ClojureScript data structures have been subjected to more
real world usage and continuous benchmarking for 3 1/2 years
* Larger, Mori is about twice the size of Immutable.js

## Getting it

You can install the latest release via npm:
Expand Down

0 comments on commit 99a08dd

Please sign in to comment.