diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:16:04 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | dba271a5a0425ea66bbebcffba1407326a557a94 (patch) | |
tree | 2990e7d88a510bd19fc133a834914a5bea870941 /python/python3-kiwisolver | |
parent | 125ead760e03d8b16af75cc58a90b1f9bb38c5c9 (diff) | |
download | slackbuilds-dba271a5a0425ea66bbebcffba1407326a557a94.tar.gz |
python/python3-kiwisolver: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python3-kiwisolver')
-rw-r--r-- | python/python3-kiwisolver/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-kiwisolver/README b/python/python3-kiwisolver/README index de92462b39..539a84662d 100644 --- a/python/python3-kiwisolver/README +++ b/python/python3-kiwisolver/README @@ -1,10 +1,10 @@ -This is an efficient C++ implementation of the Cassowary constraint solving -algorithm. Kiwi(solver) is an implementation of the algorithm based on the -seminal Cassowary paper. It is not a refactoring of the original C++ solver. -Kiwi(solver) has been designed from the ground up to be lightweight and fast. -It ranges from 10x to 500x faster than the original Cassowary solver with -typical use cases gaining a 40x improvement. Memory savings are consistently -> 5x. +This is an efficient C++ implementation of the Cassowary constraint +solving algorithm. Kiwi(solver) is an implementation of the algorithm +based on the seminal Cassowary paper. It is not a refactoring of the +original C++ solver. Kiwi(solver) has been designed from the ground +up to be lightweight and fast. It ranges from 10x to 500x faster than +the original Cassowary solver with typical use cases gaining a 40x +improvement. Memory savings are consistently > 5x. This is the Python 3 version of kiwisolver and will coexist with SBo's kiwisolver package. |