Skip to content

Julian-Chu/concurrent-programs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complementary Programs for course "Linux Kernel Internals"

Project Listing

  • tpool: A lightweight thread pool.
  • tinync: A tiny nc implementation using coroutine.
  • fiber: A user-level thread (fiber) using clone system call.
  • picosh: A minimalist UNIX shell.
  • httpd: A multi-threaded web server.
  • ringbuffer: A lock-less ring buffer.
  • mbus: A concurrent message bus.
  • spmc: A concurrent single-producer/multiple-consumer queue.
  • map-reduce: word counting using MapReduce.
  • mpmc: A multiple-producer/multiple-consumer (MPMC) queue.
  • channel: A Linux futex based Go channel implementation.

License

The above projects are released under the BSD 2 clause license. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

About

Complementary Concurrency Programs for course "Linux Kernel Internals"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • Other 1.2%