kuan-li / libcsp

A concurrency C library 10x faster than Golang.

Home Page:https://libcsp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://libcsp.com

License:MIT License


Languages

Language:C 73.4%Language:C++ 24.0%Language:Makefile 1.3%Language:M4 0.7%Language:Go 0.5%