reduce upfront memory usage for low density volume

This commit is contained in:
chrislu 2022-06-16 15:39:29 -07:00
parent 5f8d6b5f13
commit 625fd16a2e

View file

@ -8,7 +8,7 @@ import (
)
const (
batch = 100000
batch = 10000
)
type SectionalNeedleId uint32