An open API service indexing awesome lists of open source software.

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

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)