Open jwaldmann opened 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!
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.