Skip to content

AvhiMaz/scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scheduler

a simplified parallel transaction scheduler in c, inspired by solana's banking stage. transactions are prioritized by fees, account conflicts are detected using locks, and non-conflicting transactions are executed in parallel through a thread pool.

image

credits

  • cJSON by Dave Gamble, vendored in thirdparty/

About

a simplified solana style parallel transaction scheduler in c.

Topics

Resources

Stars

Watchers

Forks

Contributors