Sobes.tech
Senior

What other percentiles did you use?

sobes.tech AI

Answer from AI

In working with percentiles, standard values such as the 50th (median), 90th, 95th, and 99th percentiles are often used. For example, the 95th percentile indicates the value below which 95% of the data falls, which is useful for assessing delays or response times in systems. Depending on the task, other percentiles may also be applied, such as the 75th for estimating typical values, or the 99.9th for analyzing extreme cases. In Go, you can use third-party libraries or implement percentile calculations through sorting and interpolation.

What other percentiles did you use? — Golang - sobes.tech