Click or drag to resize

TurtleWriterHighSpeedModePermitted Property

Gets/Sets whether the Writer is allowed to use High Speed write mode.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool HighSpeedModePermitted { get; set; }

Property Value

Type: Boolean

Implements

IHighSpeedWriterHighSpeedModePermitted
Remarks
High Speed Write Mode is engaged when the Writer determines that the contents of the Graph are not well suited to Turtle syntax compressions. Usually the writer compresses triples into groups by Subject using Predicate-Object lists to output the Triples relating to each Subject. If the number of distinct Subjects is greater than 75% of the Triples in the Graph then High Speed write mode will be used, in High Speed mode all Triples are written fully and no grouping of any sort is done.
See Also