https://github.com/rinhizakura/klfring
A practice to implement an in-kernel lock-free ring buffer on Linux
https://github.com/rinhizakura/klfring
Last synced: 3 months ago
JSON representation
A practice to implement an in-kernel lock-free ring buffer on Linux
- Host: GitHub
- URL: https://github.com/rinhizakura/klfring
- Owner: RinHizakura
- Created: 2021-08-26T15:57:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T02:48:21.000Z (over 3 years ago)
- Last Synced: 2024-12-27T12:09:02.517Z (4 months ago)
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# klfring
This is a pratice for the in-kernel lock-free ring buffer on Linux, which comes
from the implementation referenced to [2021 年暑期 Linux 核心 第 4 週測驗題](https://hackmd.io/@sysprog/linux2021-summer-quiz4)