Proof of concept for using crossbeam queues instead of VecDequeue for IP device

This commit is contained in:
Aram 🍐 2022-01-12 03:11:00 -05:00
parent 648154b5ee
commit cdcd3ee8da
4 changed files with 36 additions and 18 deletions

View file

@ -18,3 +18,4 @@ rand = "0.8.4"
nom = "7"
async-trait = "0.1.51"
priority-queue = "1.2.0"
crossbeam-queue = "0.3.3"