mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 00:50:38 +08:00
remove alignment directive which provides very minimal (if any) speed bump
This commit is contained in:
Vendored
+1
-1
@@ -2325,7 +2325,7 @@ protected:
|
||||
using Lockable = phmap::LockableImpl<Mtx_>;
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
struct alignas(64) Inner : public Lockable
|
||||
struct Inner : public Lockable
|
||||
{
|
||||
bool operator==(const Inner& o) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user