build(deps): bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 (#233)
Bumps sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0.
updated-dependencies:
- dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Welcome to Kiwi
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. It is not a refactoring of the original C++ solver. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.
In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.
How to use
C++ with CMake
Write the following in your CMakeLists.txt to include Kiwi as a dependency:
C++ code example:
You can also use tests to see more examples of how to use the solver: SimlpexTest and SolverTest.