ygcool

Results 32 comments of ygcool

My benchmarked it for ~100k orders per 281ms

> @ygcool : that's cool. what's your benchmark settings? > and what are your system confirgurations? test code: ``` package main import ( "context" "fmt" "log" "strconv" "time" engineGrpc "github.com/Pantelwar/matching-engine/engineGrpc"...