Skip to content

Commit ed8b1c1

Browse files
authored
Update README.md
(trigger workflows)
1 parent db12366 commit ed8b1c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ The Histogram maintains a fixed cost in both space and time. A Histogram's memor
1616

1717
The memory footprint is fixed regardless of the number of data value samples recorded, and depends solely on the dynamic range and precision chosen. The amount of work involved in recording a sample is constant, and directly computes storage index locations such that no iteration or searching is ever involved in recording data values.
1818

19-
This port contains a subset of the functionality supported by the Java implementation. The current supported features are:
19+
This port contains a subset of the functionality supported by the Java implementation.
20+
21+
The current supported features are:
2022

2123
* Generic histogram class parametrized by type used for bucket count
2224
* All iterator types (all values, recorded, percentiles, linear, logarithmic)

0 commit comments

Comments
 (0)