Add criterion benchmark

This commit is contained in:
hal8174 2023-12-31 20:49:07 +01:00
parent 9cb7e25149
commit 6c2c34f9a3
6 changed files with 520 additions and 6 deletions

View file

@ -1,3 +1,4 @@
#[derive(Clone)]
pub struct Map<T> {
pub width: usize,
pub height: usize,