高性能哈希表:jstd::robin_hash_map,关键技术:Cache Friendly
Stars
2
Forks
2
Watchers
2
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
优化 jstd::group15_flat_table::rehash_impl() 中的 old_slot_capacity 变量, 改为根据 old_group_capacity 计算得到
4ab6383View on GitHub修正 jstd::group15_flat_table::clear_data() 未设置 sentinel mark 的 bug
d941beeView on GitHub修正 jstd::group15_flat_table::calc_slot_capacity() 的问题, 不能使用 slots_ 指针判断, 值不能为 0
7dba350View on GitHubjstd::group15_flat_table, group15_flat_table: 合并和优化 slot_mask_, slot_capacity_ 成员变量
8760467View on GitHubMerge branch 'master' of https://gitee.com/shines77/jstd_hashmap
619ed6eView on GitHub