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

Fixed fatal error: concurrent map writes #92

Closed
wants to merge 1 commit into from
Closed

Fixed fatal error: concurrent map writes #92

wants to merge 1 commit into from

Conversation

solomkinmv
Copy link
Contributor

I've replaced the map with the custom map which supports concurrent write operations. Sources of concurrent map based on this repository.

@marminthibaut
Copy link
Member

Nice job!
Thx

@solomkinmv
Copy link
Contributor Author

Something went wrong. I need to check.

Update: I had to change some test cases because of new data structure.

@codecov-io
Copy link

Current coverage is 72.43%

Merging #92 into develop will increase coverage by +2.39% as of df32884

@@            develop     #92   diff @@
=======================================
  Files             7       8     +1
  Stmts           404     439    +35
  Branches         25      28     +3
  Methods           0       0       
=======================================
+ Hit             283     318    +35
  Partial           4       4       
  Missed          117     117       

Review entire Coverage Diff as of df32884

Powered by Codecov. Updated on successful CI builds.

@marminthibaut marminthibaut self-assigned this Mar 24, 2016
@marminthibaut marminthibaut added this to the 1.0.0-RC1 milestone Mar 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants