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

Implement a HashEdgeMap<T> offering lock-free O(1) lookups #28

Merged
merged 2 commits into from
Apr 8, 2018

Conversation

sharwell
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented Oct 14, 2017

Codecov Report

Merging #28 into master will decrease coverage by 0.26%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
- Coverage   61.91%   61.64%   -0.27%     
==========================================
  Files         371      372       +1     
  Lines       18386    18483      +97     
  Branches     3499     3515      +16     
==========================================
+ Hits        11383    11394      +11     
- Misses       5747     5832      +85     
- Partials     1256     1257       +1
Impacted Files Coverage Δ
...rc/org/antlr/v4/runtime/atn/LexerATNSimulator.java 87.39% <ø> (ø) ⬆️
...va/src/org/antlr/v4/runtime/dfa/SparseEdgeMap.java 0% <0%> (-68%) ⬇️
...src/org/antlr/v4/runtime/dfa/SingletonEdgeMap.java 28.57% <100%> (-2.05%) ⬇️
...Java/src/org/antlr/v4/runtime/dfa/HashEdgeMap.java 74.71% <74.71%> (ø)
...ava/src/org/antlr/v4/runtime/dfa/ArrayEdgeMap.java 29.41% <81.81%> (-6.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9f9bf5...1e22e07. Read the comment docs.

@sharwell sharwell merged commit c1138f9 into master Apr 8, 2018
@sharwell sharwell deleted the hash-edge-map branch April 8, 2018 02:25
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.

2 participants