You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic RDF generation currently is handled with XSL and benchmarking has shown that eXist will not parallelize this whereas XQuery typeswitch transformations are paralellized. We should therefore switch to typeswitch ;-) to enhance performance.
The text was updated successfully, but these errors were encountered:
Basic RDF generation currently is handled with XSL and benchmarking has shown that eXist will not parallelize this whereas XQuery typeswitch transformations are paralellized. We should therefore switch to typeswitch ;-) to enhance performance.
The text was updated successfully, but these errors were encountered: