Metrics
3 articles
Articles tagged with "Metrics"
Explore our collection of 3 articles about metrics.

Object Detection from Scratch: Part 4 - Reading Metrics Like an Engineer
Part 4 explains how to read detection metrics in this project: precision, recall, mAP50, mAP50-95, per-class behavior, confusion patterns, and what the numbers imply for real product use.
Object DetectionMetrics+5
Arthur Costa•20 min read

K-FIFO Queues: Relaxed Ordering for Maximum Throughput
Trade strict FIFO ordering for dramatically higher throughput with K-FIFO queues, segmented buffers, and probabilistic fairness for metrics collection.
JavaOff-Heap+6
Arthur Costa•37 min read

Wait-Free Telemetry: Never-Blocking Observability
Build wait-free telemetry buffers that never block producers, with overwrite semantics for high-frequency trading observability that doesn't impact system performance.
JavaOff-Heap+6
Arthur Costa•35 min read