Pasarella, E.E.PasarellaVidal, Maria-EstherMaria-EstherVidalZoltan, CristinaCristinaZoltan2022-03-132022-03-132016https://publica.fraunhofer.de/handle/publica/395458In this paper we follow an alternative approach named pipeline, to implement a parallel implementation of the well-known problem of counting triangles in a graph. This problem is especially interesting either when the input graph does not fit in memory or is dynamically generated. To be concrete, we implement a dynamic pipeline of processes and an ad-hoc MapReduce version using the language Go.We explote the ability of Go language to deal with channels and spawned processes. An empirical evaluation is conducted on graphs of different size and density. Observed results suggest that pipeline allows for the implementation of an efficient solution of the problem of counting triangles in a graph, particularly, in dense and large graphs, drastically reducing the execution time with respect to the MapReduce implementation.en005MapReduce vs. pipelining counting trianglesconference paper