Skip to content
View tanshoo's full-sized avatar
:shipit:
:shipit:
  • University of Warsaw
  • Warsaw
  • 00:22 (UTC +01:00)

Highlights

  • Pro

Block or report tanshoo

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. delta-stepping delta-stepping Public

    Distributed-memory parallel C++/MPI implementation of the delta-stepping algorithm for fast single source shortest paths on large graphs.

    C++

  2. non-blocking-and-lock-free-queues non-blocking-and-lock-free-queues Public

    Non-blocking, lock-free queues in C with multiple readers and writers. Includes SimpleQueue, RingsQueue, LLQueue, BLQueue, and Hazard Pointer for safe memory management.

    C 1 1

  3. mimpi mimpi Public

    A simplified implementation of the Message Passing Interface (MPI) protocol in C, providing basic process synchronization and communication features.

    C