Context: We are in the early phase of developing our user statistic parsing functions.
Problem: Each additional stat pulled from a match will increase time taken to parse. Depending on the number of stats pulled and the complexity of their calculation, this may become a significant bottleneck.
Solution: Using CS match parsing package in Go would be the performant solution. Test it out.
BACKGROUND
STEPS: