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

Replace Mutexes with RWMutexes #17

Closed
kasvith opened this Issue Aug 20, 2018 · 1 comment

Comments

1 participant
@kasvith
Owner

kasvith commented Aug 20, 2018

Description
As submitted by a reddit user tgulacsi, Mutexes can be replaced with RWMutexes to speed up the read and writes

Need this to do in

  • Lists
  • HashMap
  • Sets

Steps to reproduce the behavior:

Expected behavior

OS and Other informations

Additional details

@kasvith kasvith added this to the First Release milestone Aug 20, 2018

@kasvith kasvith added this to To do in Creating types via automation Aug 20, 2018

@kasvith kasvith added this to To do in Creating Basic Server via automation Aug 20, 2018

@kasvith kasvith self-assigned this Aug 20, 2018

@kasvith kasvith removed their assignment Aug 21, 2018

@kasvith

This comment has been minimized.

Show comment
Hide comment
@kasvith

kasvith Aug 21, 2018

Owner

Closing by #19

Owner

kasvith commented Aug 21, 2018

Closing by #19

@kasvith kasvith closed this Aug 21, 2018

Creating types automation moved this from To do to Done Aug 21, 2018

Creating Basic Server automation moved this from To do to Done Aug 21, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment