Xander Bazzi d29488d538
All checks were successful
Simple Mirror to GitHub / mirror (push) Successful in 9s
Update README.md
2025-08-21 23:58:44 -06:00
2025-08-17 15:56:51 -06:00
2025-07-27 21:47:49 -06:00
2025-08-18 21:53:24 -06:00
2025-07-27 21:47:49 -06:00
2025-08-18 21:53:24 -06:00
2025-07-27 21:47:49 -06:00
2025-08-21 23:56:43 -06:00
2025-08-18 21:53:24 -06:00
2025-07-27 21:47:49 -06:00
2025-08-16 20:32:40 -06:00
2025-08-18 21:53:24 -06:00
2025-07-27 21:47:49 -06:00
2025-08-16 20:32:40 -06:00
2025-08-21 23:58:44 -06:00
2025-08-18 21:53:24 -06:00
2025-08-17 15:34:13 -06:00

FastInAHurry🏃‍♀️➡️

Financial market client/server orders simulator written in C++.

Low latency, data locality, and high performance are paramount.

Build n' Run

Build

Install nix (and optionally direnv) and run the shell.nix to load all dependencies in your local environment:

nix-shell

Then you can build the project

make

Run

First, run the server:

# Suppress output
./build/server > /dev/null 2>&1 &

#OR

# Get hit with stdout
./build/server &

Then run the client:

./build/fastinahurry 

If you have direnv, run direnv allow and enjoy having your packages loaded automatically; no need to run nix-shell everytime you're in a new shell or load another shell.nix from another project.

Description
HFT client/server simulator
Readme 2.1 MiB
Languages
C++ 60.2%
CMake 38.1%
Nix 1.5%
Makefile 0.2%