Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Updated readme description
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Jan 14, 2017
1 parent 4370a90 commit 5ec1714
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

[![view on npm](http://img.shields.io/npm/v/kiwi.js.svg)](https://www.npmjs.org/package/kiwi.js)

Kiwi is an efficient implementation of the Cassowary constraint solving
algorithm, based on the seminal Cassowary paper.
It is *not* a refactoring or port of the original C++ solver, but
has been designed from the ground up to be lightweight and fast. Kiwi is
about **8x faster** than [Cassowary.js](https://github.com/slightlyoff/cassowary.js).
Kiwi.js is a fast TypeScript implementation of the Cassowary constraint solving algorithm, based on the seminal Cassowary paper.
Originally created by Chris Colbert, it was redesigned from the ground up to be lightweight, fast and easy to maintain. View the [benchmarks](#benchmarks) to see how it compares to [Cassowary.js](https://github.com/slightlyoff/cassowary.js).


## Index
Expand Down

0 comments on commit 5ec1714

Please sign in to comment.