/arbitrage-loop-opportunities

This implements exact solutions for calculating arbitrage loops utilizing some sort of fully exhaustive backtracking in Python and Go. The Python version was to verify the approach. As I am currently getting into Golang and wanted to know more about its powerful concurrency model, I took some additional time to actually implement a concurrent version of the algorithm. The code is not fully hardened and tested.

Primary LanguageGo

Stargazers