slightly faster copying blocks data

This commit is contained in:
Piotrek
2021-05-09 18:09:03 +02:00
parent 23d702ad6c
commit bf14d7c578
3 changed files with 47 additions and 55 deletions
+1
View File
@@ -1,6 +1,7 @@
mod generator;
pub mod chunk;
pub mod block;
use std::time::Instant;
use linked_hash_map::LinkedHashMap;
use std::path::PathBuf;
use std::path::Path;