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

Lock free #11

Merged
merged 11 commits into from
Jun 9, 2020
Merged

Lock free #11

merged 11 commits into from
Jun 9, 2020

Conversation

RoySRC
Copy link
Owner

@RoySRC RoySRC commented Jun 9, 2020

The PR resolves issue #8. This PR implements asynchronous logging using a lock-free/wait-free buffer. This PR also improves the performance of multi-threaded logging by approximately a factor of 2. Refer to the asynchronous_logging.cpp in the example folder to see an example.

@RoySRC RoySRC merged commit d7fd6ac into master Jun 9, 2020
@RoySRC RoySRC mentioned this pull request Jun 9, 2020
@RoySRC RoySRC deleted the lock-free branch June 14, 2020 19:57
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.

1 participant