dotNetRDF API Documentation

IndexedThreadSafeTripleCollection Class

Thread Safe Triple Collection which is also Indexed

For a list of all members of this type, see IndexedThreadSafeTripleCollection Members .

System.Object
   BaseTripleCollection
      IndexedTripleCollection
         IndexedThreadSafeTripleCollection

[DefaultMember(MemberName=""Item"")]
public class IndexedThreadSafeTripleCollection : IndexedTripleCollection

Remarks

Using the indexed Triple Collection requires more memory but is considerably faster for a lot of the lookup operations you would typically want to do - in essence we trade some memory consumption for performance.

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

IndexedThreadSafeTripleCollection Members | VDS.RDF Namespace