提交 8fc2ef7b 编写于 作者: D DoMyJob

Initial map with capablity to save realloc effort.

Signed-off-by: NDoMyJob <46307927+DoMyJob@users.noreply.github.com>
上级 34a94374
......@@ -431,7 +431,7 @@ func (disk *YottaDisk) loadTableFromStorage(idx uint32) ydcommon.IndexTable {
locker, _ := disk.store.Lock()
defer locker.Unlock()
table := ydcommon.IndexTable{}
table := make(ydcommon.IndexTable, disk.meta.RangeCoverage)
rowCount := disk.index.sizes[idx]
if rowCount != 0 {
rowSize := (uint64)(unsafe.Sizeof(ydcommon.IndexItem{}))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册