https://github.com/cyanide-burnout/fastpipe
Lockless inter-thead list-based communication pipe
https://github.com/cyanide-burnout/fastpipe
c lock-free lockless multithreading
Last synced: 3 months ago
JSON representation
Lockless inter-thead list-based communication pipe
- Host: GitHub
- URL: https://github.com/cyanide-burnout/fastpipe
- Owner: cyanide-burnout
- License: mit
- Created: 2023-12-05T08:53:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T08:24:03.000Z (over 1 year ago)
- Last Synced: 2025-01-21T22:15:52.046Z (5 months ago)
- Topics: c, lock-free, lockless, multithreading
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastPipe
Lockless inter-thead list-based communication pipe. Supports multiple producers and multiple consumers.
Please check Test folder to get an example how it works.