Skip to content
View tanshoo's full-sized avatar
:shipit:
:shipit:
  • University of Warsaw
  • Warsaw
  • 06:40 (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.

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. 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

  2. mimpi mimpi Public

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

    C

  3. single-consumer-lock-free-queue single-consumer-lock-free-queue Public

    Lock-free queue with a single reader and multiple writers, implemented in Kotlin.

    Kotlin

  4. onion-matrix onion-matrix Public

    Efficient linear equation solving and vector multiplication for a special matrix type

    Python