You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Shad Storhaug (Jira)" <ji...@apache.org> on 2019/12/03 14:18:00 UTC

[jira] [Created] (LUCENENET-634) Investigate using alternative ConcurrrentHashSet implementation

Shad Storhaug created LUCENENET-634:
---------------------------------------

             Summary: Investigate using alternative ConcurrrentHashSet implementation
                 Key: LUCENENET-634
                 URL: https://issues.apache.org/jira/browse/LUCENENET-634
             Project: Lucene.Net
          Issue Type: Task
          Components: Lucene.Net Core
    Affects Versions: Lucene.Net 4.8.0
            Reporter: Shad Storhaug


There is a lower level implementation of ConcurrentHashSet available on NuGet that supports all of our target platforms:

https://github.com/i3arnon/ConcurrentHashSet/blob/master/src/ConcurrentHashSet/ConcurrentHashSet.cs

The only limitation is that it does not actually implement {{ISet<T>}}. I don't believe that will be a problem, though. But, since this collection is used directly in {{IndexReader}} it is worth looking into.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)