Skip to content

Commit be50e6c

Browse files
dilumichcopybara-github
authored andcommitted
Remove "highly" from "highly optimized C++"
PiperOrigin-RevId: 718940968 Change-Id: I041bd384cd66bbf550bfa4b8b22e2d71528f2adf
1 parent 4ff4043 commit be50e6c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

docs/glossary.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,7 @@ The **size** of a DataSlice is the number of items including
367367
#### Sparsity {#sparsity}
368368

369369
DataSlice can be **sparse**, which means some items in the DataSlice are
370-
**missing**. Sparsity is supported natively[^1].
371-
372-
[^1]: very sparse case has not been highly optimized yet.
370+
**missing**. Sparsity is supported natively.
373371

374372
#### Stub {#stub}
375373

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ production (i.e. C++ environments).
4141
* **Zoom in on your data**: utilize **data views, updates, overlays,
4242
versions**, including when working with **large data sources**, and use only
4343
parts of the data needed at the moment.
44-
* **Performance**: computation is vectorized and performed in highly optimized
45-
C++.
44+
* **Performance**: computation is vectorized and performed in optimized C++.
4645
* **Evaluate in distributed environment or serve in production**: convert
4746
evaluation logic into **computational graphs**
4847
(ASTs) that can be introspected, optimized then evaluated in distributed

docs/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ Also see [Koda Cheatsheet](cheatsheet.md) for quick references.
3939
* **Zoom in on your data**: utilize **data views, updates, overlays,
4040
versions**, including when working with **large data sources**, and use only
4141
parts of the data needed at the moment.
42-
* **Performance**: computation is vectorized and performed in highly optimized
43-
C++.
42+
* **Performance**: computation is vectorized and performed in optimized C++.
4443
* **Evaluate in distributed environment or serve in production**: convert
4544
evaluation logic into **computational graphs**
4645
(ASTs) that can be introspected, optimized then evaluated in distributed

0 commit comments

Comments
 (0)