Skip to content

A concurrency C library 10x faster than Golang.

License

Notifications You must be signed in to change notification settings

whisper-bye/libcsp

 
 

Repository files navigation

Introduction

libcsp is a high performance concurrency C library influenced by the CSP model.

Features

  • Multiple cpu cores supported.
  • High performance scheduler.
  • Stack size statically analyzed in compile time.
  • Lock-free channel.
  • Netpoll and timer are supported.

Documentation

Go to https://libcsp.com for the documentation.

License

Libcsp is licensed under the MIT license.

About

A concurrency C library 10x faster than Golang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 73.8%
  • C++ 24.1%
  • Other 2.1%