You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="gradient-font title">Enjoy coding pivot lang now!</div>
33
-
<divclass="detail-describe">With the help of Web Assembly technology, we are able to provide support for some of the Pivot Lang syntax in the browser for you to experience.</div>
56
+
<divclass="detail-describe">
57
+
With the help of Web Assembly technology, we are able to provide support
58
+
for some of the Pivot Lang syntax in the browser for you to experience.
Significantly outperforming the well known Boehm-Demers-Weiser (BDW) collector in the multi-thread environment, the Immix collector is a state-of-the-art garbage collector for modern hardware.
45
-
It is designed to be highly concurrent and to exploit the locality of reference patterns in modern programs.
81
+
Significantly outperforming the well known Boehm-Demers-Weiser (BDW)
82
+
collector in the multi-thread environment, the Immix collector is a
83
+
state-of-the-art garbage collector for modern hardware. It is designed
84
+
to be highly concurrent and to exploit the locality of reference
85
+
patterns in modern programs.
46
86
</div>
47
87
<GcEcharts></GcEcharts>
48
88
</div>
49
89
<divid="advantage">
50
90
<divclass="gradient-font title">Reliability</div>
51
91
<divclass="detail-describe">
52
-
Pivot Lang is heavily tested to ensure that it is stable and reliable. We have a large number of unit tests and integration tests to ensure that the coverage of the code is as high as
53
-
possible.
92
+
Pivot Lang is heavily tested to ensure that it is stable and reliable.
93
+
We have a large number of unit tests and integration tests to ensure
94
+
that the coverage of the code is as high as possible.
54
95
</div>
55
96
<CodeCovEcharts></CodeCovEcharts>
56
97
</div>
@@ -60,7 +101,14 @@ watch(
60
101
<divclass="gradient-font title">Meet The Team</div>
61
102
<divclass="team-card">
62
103
<divclass="card-container">
63
-
<MemberCardv-for="member in memberList":key="member.name":name="member.name":github="member.github":avatar="member.avatar":identity="member.identity"></MemberCard>
104
+
<MemberCard
105
+
v-for="member in memberList"
106
+
:key="member.name"
107
+
:name="member.name"
108
+
:github="member.github"
109
+
:avatar="member.avatar"
110
+
:identity="member.identity"
111
+
></MemberCard>
64
112
</div>
65
113
</div>
66
114
</div>
@@ -69,7 +117,9 @@ watch(
69
117
<divclass="two-grid-container">
70
118
<imgclass="left"src="@/assets/socialite.jpg" />
71
119
<divclass="detail-describe right">
72
-
Pivot lang is still developing and we long for every geek joingus,completing the language together.If you are interested in pivot lang,click the button and write the email to
120
+
Pivot lang is still developing and we long for every geek
121
+
joingus,completing the language together.If you are interested in
122
+
pivot lang,click the button and write the email to
0 commit comments