Skip to content

GuanhuiGuan/cpp-hft-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-hft-platform

Notes

  • use allocator to avoid dynamic allocation
  • lock-free queues for data transfer
  • can use std::array to implement hashmap (number as key)
  • graceful shutdown: std::signal(SIGINT, signalHandler)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published