Browse Source

add hive back for blobtree usage

V2-integral-fix
Zhicheng Wang 3 days ago
parent
commit
8758114040
  1. 4597
      shared_module/container/detail/hive_detail.hpp
  2. 8
      shared_module/container/hive.hpp

4597
shared_module/container/detail/hive_detail.hpp

File diff suppressed because it is too large

8
shared_module/container/hive.hpp

@ -0,0 +1,8 @@
#pragma once
#include <mimalloc.h>
#include "detail/hive_detail.hpp"
template <typename T>
using hive_mp = detail::hive<T, mi_stl_allocator<T>>;
Loading…
Cancel
Save