Skip to content

geobang/softisp-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoftISP - C++ scaffold (GPL-3.0)

This repository contains an initial scaffold implementing the SoftISP design:

  • unified ProcessItem model
  • OwnershipToken semantics
  • Scheduler, Monitor, SessionManager skeletons

Build (requires CMake): mkdir build && cd build cmake .. cmake --build .

Run: ./softisp

This initial binary runs a small simulation of a worker and a scheduler handoff path.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • CMake 2.4%