Remove hot calls to memmove
by replacing Vec<u8>
with VecDeque<u8>
#17
Merged
KillingSpark merged 7 commits intoKillingSpark:masterfrom paolobarbolini:optimized-drainApr 5, 2022
+132-60
memmove
by replacing Vec<u8>
with VecDeque<u8>
#17