Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.
/ termite-jobs Public archive

Fast, multiplatform fiber based job dispatcher based on Naughty Dogs' GDC2015 talk.

License

Notifications You must be signed in to change notification settings

septag/termite-jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE

This library is obsolete and may contain bugs. For maintained version checkout sx library. until I rip it from there and make a proper single-header termite-jobs library

termite-jobs

Fast, multiplatform fiber based job dispatcher based on Naughty Dogs' GDC2015 talk.

Features

  • Lightweight, lib size is 39kb
  • Fast, uses libdeboost-context as it's fiber backend which is the fastest multiplatform co-routine implementation
  • Multiplatform

Build

Uses cmake as it's build system, all you need is install cmake and run the command :

cd termite-jobs
mkdir .build
cd .build
cmake ..

Use specific cmake flags for your compiler/build tools

About

Fast, multiplatform fiber based job dispatcher based on Naughty Dogs' GDC2015 talk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published