TravisWhitaker / rdf

Representation and Incremental Processing of RDF Data
MIT License
8 stars 6 forks source link

benchmarks #4

Open jwaldmann opened 4 years ago

jwaldmann commented 4 years ago

Hi. - In the context of https://github.com/haskell/containers/issues/698#issuecomment-576451558 , I wonder if there are rdf benchmarks that make heavy use of fgl graph operations.

TravisWhitaker commented 4 years ago

Hey @jwaldmann. The existing benchmarks only evaluate parsing and encoding performance, since my purpose for authoring this library was to get those operations as fast as possible. I think the only interesting spots where FGL is used are triplesGraph which uses mkMapGraph and graphTriples which uses labEdges. If you have ideas for other benchmarks I'd be happy to add them!