Skip to content

Commit 6ff24c7

Browse files
authored
editing pass
1 parent e89b318 commit 6ff24c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/spectator/lang/go/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ config, _ := NewConfigWithBuffer("udp", nil, nil, 61440, 5*time.Second)
242242

243243
### Low Latency Buffer
244244

245-
LowLatencyBuffer (bufferSize > 65536), which builds arrays of buffers that are optimized for introducing
246-
the least amount of latency in highly multithreaded applications that record many metrics. It offers write
247-
performance up to ~1 M lines/sec (spectatord maximum), with a latency per write ranging from 0.6 to 7 us,
248-
depending upon the number of threads in use.
245+
THe Low Latency Buffer builds arrays of buffers that are optimized for introducing the least amount of
246+
latency in highly multithreaded applications that record many metrics. It offers write performance up to
247+
~1 M lines/sec (spectatord maximum), with a latency per write ranging from 0.6 to 7 us, depending upon
248+
the number of threads in use.
249249

250250
This is achieved by spreading data access across a number of different mutexes, and only writing buffers
251251
from a goroutine that runs periodically, according to the flushInterval. There is a front buffer and a back

0 commit comments

Comments
 (0)