iter mut and len

This commit is contained in:
nora 2021-08-12 20:20:49 +02:00
parent 7249de2bd4
commit 521609e769
3 changed files with 113 additions and 5 deletions

View file

@ -1,4 +1,4 @@
use criterion::{black_box, criterion_group, criterion_main, BenchmarkId, Criterion};
use criterion::{criterion_group, criterion_main, BenchmarkId, Criterion};
use datastructures::linked_list::LinkedList;
use datastructures::packed_linked_list::PackedLinkedList;