Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consist entry #187

Closed
wants to merge 7 commits into from
Closed

Consist entry #187

wants to merge 7 commits into from

Conversation

sanastas
Copy link
Contributor

  1. Ensuring the get state of the entry for lookUps is consistent
  2. Rewriting the process of getting the state of the entry for inserts
  3. Benchmarks' README clarification

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

Copy link
Contributor

@liran-funaro liran-funaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First quick pass. I'll do another pass after the first round of corrections.

core/src/main/java/com/yahoo/oak/EntryHashSet.java Outdated Show resolved Hide resolved
core/src/main/java/com/yahoo/oak/EntryHashSet.java Outdated Show resolved Hide resolved
Copy link
Contributor

@liran-funaro liran-funaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just some minor comments.

core/src/main/java/com/yahoo/oak/EntryHashSet.java Outdated Show resolved Hide resolved
core/src/main/java/com/yahoo/oak/EntryHashSet.java Outdated Show resolved Hide resolved
core/src/main/java/com/yahoo/oak/EntryHashSet.java Outdated Show resolved Hide resolved
sanastas and others added 5 commits December 19, 2021 08:47
* removed MemoryMahager reference from OakMap

* added iterator to HashChunk, minor fixes in few other files

* commit to merge with latest master

* Update core/src/main/java/com/yahoo/oak/HashChunk.java

Co-authored-by: Anastasia Braginsky <anastas@yahoo-inc.com>

* OakHash iterators are implemented, not tested yet

* fixed a poblem in InternalOakHash::Iter::advance, removed unused code

* added common parent classes to IteratorState and Iter classes

* fixed get next chunk function

* added test for FirstLevelHashArray and for Hash Iterators

* no need to trach *csv files in benchmarks/synchrobench/output/

* moved commond fields to InternalOakBasics, addressed minor issues reviewed

Co-authored-by: Boris Kapchits <bkapchits@oath.com>
Co-authored-by: Anastasia Braginsky <anastas@yahoo-inc.com>
@sanastas sanastas closed this Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants