Skip to content

Commit 244c4ac

Browse files
committed
update readme
1 parent de7c75d commit 244c4ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Android and AutoLayout for iOS. But the code implementation is much more efficie
77
layout time complexity and no linear equation solving is required.
88

99
**It surpasses traditional nested writing in terms of performance, flexibility, development speed,
10-
and maintainability.**
10+
and maintainability. It pretty much negates the O(2n) layout algorithm of Intrinsic Measurement.**
1111

1212
**It is a layout and a more modern general layout framework.**
1313

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
一个超级强大的 Stack,使用约束构建极为灵活的布局,和 Android 下的 ConstraintLayout 和 iOS 下的 AutoLayout 类似。但代码实现却高效得多,它具有 O(n)
66
的布局时间复杂度,无需线性方程求解。
77

8-
**它在性能、灵活性、开发速度、可维护性方面全面超越传统嵌套写法。**
8+
**它在性能、灵活性、开发速度、可维护性方面全面超越传统嵌套写法。在性能、灵活性、开发速度、可维护性方面全面超越传统嵌套写法。它几乎否定了固有特性测量这种 O(2n) 的布局算法。**
99

1010
**它是一个布局,也是一个更现代化的通用布局框架。**
1111

0 commit comments

Comments
 (0)