msgid ""
msgstr ""
"Project-Id-Version: English (Boost Unordered Translation (zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-06 22:53+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English <https://insights.cppalliance.org/weblate/projects/"
"boost-unordered-documentation-zh_Hans/doc-modules-root-pages-reference-stats-"
"adoc/en/>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2026.5\n"

#: :2
#, read-only, safe-html, strict-same
msgid "Statistics"
msgstr "Statistics"

#: :4
#, read-only, safe-html, strict-same
msgid ":idprefix: stats_"
msgstr ":idprefix: stats_"

#: :6
#, read-only, safe-html, strict-same
msgid ""
"Open-addressing and concurrent containers can be configured to keep running "
"statistics of some internal operations affected by the quality of the "
"supplied hash function."
msgstr ""
"Open-addressing and concurrent containers can be configured to keep running "
"statistics of some internal operations affected by the quality of the "
"supplied hash function."

#: :9
#, read-only, safe-html, strict-same
msgid "Synopsis"
msgstr "Synopsis"

#: :41
#, read-only, safe-html, strict-same
msgid "__stats-summary-type__"
msgstr "__stats-summary-type__"

#: :43
#, read-only, safe-html, strict-same
msgid ""
"Provides the average value, variance and standard deviation of a sequence of "
"numerical values."
msgstr ""
"Provides the average value, variance and standard deviation of a sequence of "
"numerical values."

#: :45
#, read-only, safe-html, strict-same
msgid "__insertion-stats-type__"
msgstr "__insertion-stats-type__"

#: :47
#, read-only, safe-html, strict-same
msgid ""
"Provides the number of insertion operations performed by a container and "
"statistics on the associated __probe length__ (number of "
"xref:structures.adoc#structures_open_addressing_containers[bucket groups] "
"accessed per operation)."
msgstr ""
"Provides the number of insertion operations performed by a container and "
"statistics on the associated __probe length__ (number of "
"xref:structures.adoc#structures_open_addressing_containers[bucket groups] "
"accessed per operation)."

#: :51
#, read-only, safe-html, strict-same
msgid "__lookup-stats-type__"
msgstr "__lookup-stats-type__"

#: :53
#, read-only, safe-html, strict-same
msgid ""
"For successful (element found) or unsuccessful (not found) lookup, provides "
"the number of operations performed by a container and statistics on the "
"associated __probe length__ (number of "
"xref:structures.adoc#structures_open_addressing_containers[bucket groups] "
"accessed) and number of element comparisons per operation."
msgstr ""
"For successful (element found) or unsuccessful (not found) lookup, provides "
"the number of operations performed by a container and statistics on the "
"associated __probe length__ (number of "
"xref:structures.adoc#structures_open_addressing_containers[bucket groups] "
"accessed) and number of element comparisons per operation."

#: :59
#, read-only, safe-html, strict-same
msgid "__stats-type__"
msgstr "__stats-type__"

#: :61
#, read-only, safe-html, strict-same
msgid ""
"Provides statistics on insertion, successful and unsuccessful lookups "
"performed by a container. If the supplied hash function has good quality, "
"then:"
msgstr ""
"Provides statistics on insertion, successful and unsuccessful lookups "
"performed by a container. If the supplied hash function has good quality, "
"then:"

#: :64
#, read-only, safe-html, strict-same
msgid "Average probe lenghts should be close to 1.0."
msgstr "Average probe lenghts should be close to 1.0."

#: :65
#, read-only, safe-html, strict-same
msgid ""
"For successful lookups, the average number of element comparisons should be "
"close to 1.0."
msgstr ""
"For successful lookups, the average number of element comparisons should be "
"close to 1.0."

#: :66
#, read-only, safe-html, strict-same
msgid ""
"For unsuccessful lookups, the average number of element comparisons should "
"be close to 0.0."
msgstr ""
"For unsuccessful lookups, the average number of element comparisons should "
"be close to 0.0."

#: :68
#, read-only, safe-html, strict-same
msgid ""
"These statistics can be used to determine if a given hash function can be "
"marked as link:../../../../../container_hash/doc/html/"
"hash.html#ref_hash_is_avalanchinghash[__avalanching__]."
msgstr ""
"These statistics can be used to determine if a given hash function can be "
"marked as link:../../../../../container_hash/doc/html/"
"hash.html#ref_hash_is_avalanchinghash[__avalanching__]."

#: :72
#, read-only, safe-html, strict-same
msgid "---"
msgstr "---"
