Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiyanhui/libcsp
A concurrency C library 10x faster than Golang.
https://github.com/shiyanhui/libcsp
c concurrency csp golang libcsp
Last synced: 1 day ago
JSON representation
A concurrency C library 10x faster than Golang.
- Host: GitHub
- URL: https://github.com/shiyanhui/libcsp
- Owner: shiyanhui
- License: mit
- Created: 2020-04-06T19:51:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T08:22:48.000Z (over 1 year ago)
- Last Synced: 2024-12-15T04:06:21.322Z (8 days ago)
- Topics: c, concurrency, csp, golang, libcsp
- Language: C
- Homepage: https://libcsp.dev
- Size: 102 KB
- Stars: 1,312
- Watchers: 41
- Forks: 74
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - libcsp
README
## Introduction
`libcsp` is a high performance concurrency C library influenced by the
[CSP](https://en.wikipedia.org/wiki/Communicating_sequential_processes) 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.dev](https://libcsp.dev) for the documentation.
## License
Libcsp is licensed under the MIT license.