qEndpoint icon indicating copy to clipboard operation
qEndpoint copied to clipboard

Parallel parsing of NQUADS and N-Triples files

Open hmottestad opened this issue 7 months ago • 0 comments

Part of the endpoint? (leave empty if you don't know)

  • [ ] Backend (qendpoint-backend)
  • [ ] Store (qendpoint-backend)
  • [ ] Core (qendpoint-core)
  • [ ] Frontend (qendpoint-frontend)
  • [ ] Other

Description of the request

The RDF to HDT conversion should use multiple threads to parse NQUADS and N-Triples files since these are trivial to split up into multiple workloads since each triple is exactly one line in the file.

Do I want to contribute to make it?

Yes

Something else?

No response

hmottestad avatar Mar 20 '25 13:03 hmottestad