From dba271a5a0425ea66bbebcffba1407326a557a94 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 11:16:04 -0400 Subject: python/python3-kiwisolver: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/python3-kiwisolver/README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'python') diff --git a/python/python3-kiwisolver/README b/python/python3-kiwisolver/README index de92462b391f8..539a84662d7d7 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. -- cgit v1.2.3