You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This repository is an experimental implementation of an optimized [Prometheus histogram](https://prometheus.io/docs/concepts/metric_types/#histogram). The algorithm achieves the following key properties:
4
4
5
5
-**Lock-Free Critical Path**: Requires only **three** atomic fetch-and-add operations per observation.
6
-
-**Cache-Friendliness**: Groups all atomic counters within the same cache line.
6
+
-**Cache Locality**: Groups all atomic counters within the same cache line.
0 commit comments