README 465 B

12345678
  1. This is an efficient C++ implementation of the Cassowary constraint
  2. solving algorithm. Kiwi(solver) is an implementation of the algorithm
  3. based on the seminal Cassowary paper. It is not a refactoring of the
  4. original C++ solver. Kiwi(solver) has been designed from the ground
  5. up to be lightweight and fast. It ranges from 10x to 500x faster than
  6. the original Cassowary solver with typical use cases gaining a 40x
  7. improvement. Memory savings are consistently > 5x.