Pad fields to cacheline size to avoid false sharing (#475)

This commit is contained in:
Stjepan Glavina
2018-07-16 14:22:48 -07:00
committed by Carl Lerche
parent 6ba8e7621d
commit c17ecb53e7
6 changed files with 15 additions and 9 deletions
+1
View File
@@ -116,6 +116,7 @@
extern crate tokio_executor;
extern crate crossbeam_deque as deque;
extern crate crossbeam_utils;
#[macro_use]
extern crate futures;
extern crate num_cpus;