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

leerho pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


    from 41971486 Merge pull request #590 from apache/bf_cross_lang
     add ae9317a3 Add new MemoryStatus interface to Theta.
     add 7857f317 Fixed missing license
     add cca81248 Added space required by checkstyle
     add 83d44cb9 Merge branch 'master' into add_MemoryStatus_to_theta
     new 3ee17508 Merge pull request #589 from apache/add_MemoryStatus_to_theta

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/datasketches/common/MemoryStatus.java   | 54 ++++++++++++++++++++++
 .../org/apache/datasketches/theta/AnotBimpl.java   |  6 ---
 .../theta/ConcurrentHeapThetaBuffer.java           |  6 +++
 .../theta/ConcurrentSharedThetaSketch.java         |  9 ++--
 .../datasketches/theta/DirectCompactSketch.java    |  6 +--
 .../theta/DirectQuickSelectSketchR.java            |  6 +--
 .../datasketches/theta/EmptyCompactSketch.java     | 10 ----
 .../datasketches/theta/HeapCompactSketch.java      | 10 ----
 .../datasketches/theta/HeapUpdateSketch.java       | 10 ----
 .../datasketches/theta/IntersectionImpl.java       | 14 +++++-
 .../apache/datasketches/theta/SetOperation.java    | 17 +------
 .../datasketches/theta/SingleItemSketch.java       | 10 ----
 .../java/org/apache/datasketches/theta/Sketch.java | 29 +-----------
 .../org/apache/datasketches/theta/UnionImpl.java   | 14 +++++-
 .../ConcurrentDirectQuickSelectSketchTest.java     |  1 -
 .../theta/ConcurrentHeapQuickSelectSketchTest.java |  2 +-
 16 files changed, 99 insertions(+), 105 deletions(-)
 create mode 100644 
src/main/java/org/apache/datasketches/common/MemoryStatus.java


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

Reply via email to