Skip to content

A deterministic event replay engine that consumes a fixed binary event log, processes events in strict order with no heap allocation in the hot path

Notifications You must be signed in to change notification settings

owenstrength/TradeEventPlayback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project implements a deterministic event replay engine that consumes a fixed binary event log, processes events in strict order with no heap allocation in the hot path, injects controlled failures, and reports tail-latency statistics. The system is intentionally single-threaded and minimal to explore correctness, determinism, and latency tradeoffs.

About

A deterministic event replay engine that consumes a fixed binary event log, processes events in strict order with no heap allocation in the hot path

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages