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

fix(cache): switched to concurrent cache #1609

Open
wants to merge 5 commits into
base: v4
Choose a base branch
from

Conversation

OneCyrus
Copy link

@OneCyrus OneCyrus commented Apr 2, 2020

fixes #1416

@@ -1,11 +1,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;

#if !NET35
Copy link
Contributor

Choose a reason for hiding this comment

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

LiteDB doesn't support NET35, so these conditions could be removed here and below.

Copy link
Author

Choose a reason for hiding this comment

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

this fixes v4 which targets 3.5

@maxkatz6
Copy link
Contributor

maxkatz6 commented Apr 3, 2020

And it looks like lock in ClearPages is not needed anymore, because ConcurrentDicrionary has lock inside Clear() https://github.com/dotnet/runtime/blob/master/src/libraries/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentDictionary.cs#L590

@OneCyrus
Copy link
Author

@mbdavid any chance we get a bugfix release for 4.x with this issue resolved?

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