Skip to content
View adrianomg's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report adrianomg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GMAP/SPBench GMAP/SPBench Public

    SPBench: A Framework for Benchmarking Stream Processing Applications

    C++ 10 4

  2. PAMPAR PAMPAR Public

    PAMPAR - A new parallel benchmark for parallel programing interfaces.

    C 2 2

  3. library-system library-system Public

    This is a Python implementation of a basic system for managing the main operations of a university library.

    Python

  4. Parallel-Merge-sort-in-place Parallel-Merge-sort-in-place Public

    A parallel Java algorithm that implement a merge sort in-place, which means it does not use additional memory for computation. All operations are done on the same input vector.

    Java