Skip to content

Commit 64488dd

Browse files
committed
rename Cache-Friendliness -> Cache Locality
1 parent b5a404a commit 64488dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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:
44

55
- **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.
77

88
## Table of Contents
99
- [State of the Art](#state-of-the-art)

0 commit comments

Comments
 (0)