This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c8e1bdb0 Automatic Site Publish by Buildbot
c8e1bdb0 is described below

commit c8e1bdb09450c64661d29a3a7b87cde3fd16115a
Author: buildbot <[email protected]>
AuthorDate: Sat Sep 14 04:25:36 2024 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/Quantiles/QuantilesOverview.html | 7 ++++---
 output/docs/Theta/ThetaSketchSetOps.html     | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/output/docs/Quantiles/QuantilesOverview.html 
b/output/docs/Quantiles/QuantilesOverview.html
index ff76d1cd..29b89f42 100644
--- a/output/docs/Quantiles/QuantilesOverview.html
+++ b/output/docs/Quantiles/QuantilesOverview.html
@@ -576,8 +576,8 @@
         </ul>
       </li>
       <li>Accuracy %: a function of <em>K</em> and independent of rank.</li>
-      <li>Dedicated <em>double</em> implentation, which can be configured for 
off-heap operation.</li>
-      <li>Generic implementation for arbitrary comparible types.</li>
+      <li>Dedicated <em>double</em> and generic <em>item</em> implentations 
for arbitrary comparable types.</li>
+      <li>The <em>double</em> implementation can be configured for off-heap 
operation.</li>
     </ul>
   </li>
 </ul>
@@ -609,7 +609,8 @@
       </li>
       <li>Accuracy %: a function of <em>K</em> and independent of rank.</li>
       <li>Near optimal accuracy per sketch size compared to other constant 
accuracy quantiles sketches.</li>
-      <li>Java: Dedicated <em>float</em> and <em>double</em> 
implementations.</li>
+      <li>Java: Dedicated <em>float</em>, <em>double</em>, <em>long</em>, and 
generic <em>item</em> implementations.</li>
+      <li>The <em>float</em>, <em>double</em>, and <em>long</em> 
implementations can be configured for off-heap operation.</li>
       <li>C++: Template implementation for arbitrary comparible types.</li>
       <li>Python: Dedicated <em>float</em> and <em>integer</em> 
implementations</li>
     </ul>
diff --git a/output/docs/Theta/ThetaSketchSetOps.html 
b/output/docs/Theta/ThetaSketchSetOps.html
index 5fc756a7..30054f59 100644
--- a/output/docs/Theta/ThetaSketchSetOps.html
+++ b/output/docs/Theta/ThetaSketchSetOps.html
@@ -545,7 +545,7 @@ The equations for all three set operations are generalized 
below where the delta
 and naturally iterative. 
 The AnotB operation, however, is asymmetric (i.e., sketch order sensitive) and 
not iterative.</p>
 
-<p>This is a Java example of all three operatins:</p>
+<p>This is a Java example of all three operations:</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>import static org.testng.Assert.assertEquals;
 import org.testng.annotations.Test;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to