diff --git a/simdnbt/src/borrow/tag_alloc.rs b/simdnbt/src/borrow/tag_alloc.rs index ed404d6..4874074 100644 --- a/simdnbt/src/borrow/tag_alloc.rs +++ b/simdnbt/src/borrow/tag_alloc.rs @@ -25,6 +25,7 @@ use crate::Mutf8Str; use super::{NbtCompound, NbtList, NbtTag}; +// this value appears to have the best results on my pc when testing with complex_player.dat const MIN_ALLOC_SIZE: usize = 1024; #[derive(Default)]