Skip to content

C-actors is an actor library written in C, where you can define actors in native C. This project is a use case where speedup stacks enable educated guesses about which optimizations might be worthwhile to implement.

Notifications You must be signed in to change notification settings

theodegeest/c-actors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-actors

C-actors is an actor library written in C, where you can define actors in native C. This project is a use case where speedup stacks enable educated guesses about which optimizations might be worthwhile to implement.

To build

cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cd build
ninja

To run

./main

Run tests

ninja test

About

C-actors is an actor library written in C, where you can define actors in native C. This project is a use case where speedup stacks enable educated guesses about which optimizations might be worthwhile to implement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published