Skip to content

update gui && utils.h#12

Open
violet73 wants to merge 22 commits intobuaa-hipo:masterfrom
violet73:master
Open

update gui && utils.h#12
violet73 wants to merge 22 commits intobuaa-hipo:masterfrom
violet73:master

Conversation

@violet73
Copy link
Contributor

No description provided.

fwrite(redmap->data.dyn, wSize * 8, 1, fp);
} else {
fwrite(&accmap->data.stat, 8, 1, fp);
fwrite(&redmap->data.stat, 8, 1, fp);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个现在不能这么写了,如果数据比较大就会分页存储了;但现在内存主要消耗在cctlib那边,这个可以保留到把分页存储改回原来的低开销、高内存开销的方法

}
}
#if 0
#if 1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个改成参数选项可以调整的吧

}
}
#if 0
#if 1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同样

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants