README.rst 975 B

12345678910111213141516171819
  1. Welcome to Kiwi
  2. ===============
  3. .. image:: https://travis-ci.org/nucleic/kiwi.svg?branch=master
  4. :target: https://travis-ci.org/nucleic/kiwi
  5. .. image:: https://codecov.io/gh/nucleic/kiwi/branch/master/graph/badge.svg
  6. :target: https://codecov.io/gh/nucleic/kiwi
  7. .. image:: https://readthedocs.org/projects/kiwisolver/badge/?version=latest
  8. :target: https://kiwisolver.readthedocs.io/en/latest/?badge=latest
  9. :alt: Documentation Status
  10. Kiwi is an efficient C++ implementation of the Cassowary constraint solving
  11. algorithm. Kiwi is an implementation of the algorithm based on the seminal
  12. Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi
  13. has been designed from the ground up to be lightweight and fast. Kiwi ranges
  14. from 10x to 500x faster than the original Cassowary solver with typical use
  15. cases gaining a 40x improvement. Memory savings are consistently > 5x.
  16. In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.