Commit Graph

2849 Commits

Author SHA1 Message Date
joaquintides
be1f493a6e Merge pull request #250 from boostorg/feature/is_avalanching_trait_update
Feature/is_avalanching_trait_update
2024-05-30 20:04:19 +02:00
joaquintides
401b06663f forced a compile error when Hash::is_avalanching is not a type 2024-05-30 09:11:06 +02:00
joaquintides
7e9032c703 s/UB/ill-formed 2024-05-30 09:08:07 +02:00
joaquintides
f77bdb9b67 updated is_avalanching trait protocol 2024-05-29 19:51:32 +02:00
joaquintides
6745d67d62 typo 2024-05-09 09:12:28 +02:00
joaquintides
87e0e52cf7 Merge pull request #247 from boostorg/feature/stats
Feature/stats
2024-05-08 17:19:12 +02:00
joaquintides
475acdc351 typo 2024-05-08 11:43:11 +02:00
joaquintides
93f33c336b typos/editorial 2024-05-08 11:11:09 +02:00
joaquintides
d46e83296c added section on hash quality, avalanching and stats 2024-05-07 20:13:43 +02:00
joaquintides
a527745ff8 added example of stats for well- and ill-behaved hash functions 2024-05-07 20:13:20 +02:00
joaquintides
86f622240d documented stats 2024-05-06 18:48:40 +02:00
joaquintides
4c0aea983e made reset_stats noexcept 2024-05-06 13:26:30 +02:00
joaquintides
28fc689011 avoided shorten-64-to-32 and sign-conversion warnings 2024-05-05 18:30:42 +02:00
joaquintides
22d8cca03b added stats to bulk visitation 2024-05-05 17:56:03 +02:00
joaquintides
c1317cb5be replaced get_cumulative_stats() with direct access to cstats 2024-05-03 18:11:13 +02:00
joaquintides
223f64752d implemented proper stats handling on concurrent<->unordered move construction 2024-05-03 18:04:21 +02:00
joaquintides
37451ecc94 relaxed checks for non-empty unsuccessful lookup stats 2024-05-03 13:07:09 +02:00
joaquintides
8452b30608 implemented proper stats handling on move assignment 2024-05-02 20:41:27 +02:00
joaquintides
d121c91c88 avoided shadowed declaration warning 2024-05-02 12:48:48 +02:00
joaquintides
6212f2642c avoided spurious check of deleted copy ctor 2024-05-02 11:15:29 +02:00
joaquintides
d5605671bd avoided shadowed local variable warnings 2024-05-02 10:22:14 +02:00
joaquintides
45c51840f7 avoided shadowed declaration warning 2024-05-02 09:52:58 +02:00
joaquintides
90ca4fb07e avoided float-equal warnings 2024-05-02 09:49:11 +02:00
joaquintides
83ab4b4b9f avoided unused-local-type warning 2024-05-01 21:32:49 +02:00
joaquintides
04006547a2 editorial 2024-05-01 20:57:02 +02:00
joaquintides
7b0e4da61e editorial 2024-05-01 20:56:05 +02:00
joaquintides
0c1b719945 added missing typedefs 2024-05-01 20:52:36 +02:00
joaquintides
ee77a65fae added missing typename 2024-05-01 20:32:12 +02:00
joaquintides
3b2eae07d4 avoided name hiding warning 2024-05-01 20:28:12 +02:00
joaquintides
b0c480839b renamed test file 2024-05-01 18:27:45 +02:00
joaquintides
6215406c02 added tests for stats feature 2024-05-01 18:15:14 +02:00
joaquintides
e588e04a1b swapped stats on move construction/assignment 2024-05-01 18:11:01 +02:00
joaquintides
d01ae76074 grouped cumulative_stats summarization in one operation 2024-05-01 16:34:53 +02:00
joaquintides
5feb7459ee added stat counts 2024-04-30 19:18:15 +02:00
joaquintides
83abd9cc4e avoided -Wextra-semi-stmt warning 2024-04-30 17:49:52 +02:00
joaquintides
648f6fd23e protected cumulative_stats against count wraparound 2024-04-30 17:32:53 +02:00
joaquintides
2d8fd43cc4 editorial 2024-04-30 17:25:10 +02:00
joaquintides
a0f86fc2d2 Merge pull request #243 from chriselrod/patch-1
Fix typo in docs comparing open to closed adressing `map`s
2024-04-30 09:09:51 +02:00
Chris Elrod
5800b0630d Fix typo in docs comparing open to closed adressing maps 2024-04-30 01:13:00 -04:00
joaquintides
9806e75cc9 added stats to boost::concurrent_flat_set 2024-04-29 20:32:27 +02:00
joaquintides
76c460a703 grouped foa::table_core cumulative stats in one member 2024-04-29 20:30:16 +02:00
joaquintides
18797a3f32 added noexcept guarantees to cumulative stats calculation 2024-04-29 19:28:35 +02:00
joaquintides
1ecb92deb5 added stats to boost::concurrent_flat_map 2024-04-29 12:06:50 +02:00
joaquintides
443113840d added stats to foa::concurrent_table 2024-04-29 12:06:28 +02:00
joaquintides
b07cee08c4 added stats to the rest of open-addressing containers 2024-04-29 11:23:15 +02:00
joaquintides
05b66e1034 added stats to boost::unordered_flat_map 2024-04-28 18:44:40 +02:00
joaquintides
e712c37e9f added stats to foa::table 2024-04-28 18:44:23 +02:00
joaquintides
73582be563 fixed #240 2024-04-03 20:07:04 +02:00
Peter Dimov
fb41bdc82d Update .appveyor.yml 2024-03-25 17:35:26 +02:00
joaquintides
7c84969249 Merge pull request #239 from k3DW/feature/229
Add unordered container `pmr` aliases
2024-03-25 09:58:29 +01:00