osaro-imohe / fp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Question: What is the max USD value that can be processed in 50ms, 60ms, 90ms?
    • In 50ms => $4139.43
    • In 60ms => $4675.71
    • In 90ms => $6972.290000000001
    • In 1000ms => $35471.810000000005

START

  • go mod tidy
  • go run main.go $totalTransactionTime

About


Languages

Language:Go 100.0%