Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

处理多个字典文件时,避免file对象生命周期延长的问题 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

buchenglei
Copy link

@buchenglei buchenglei commented Oct 12, 2016

按照之前的写法,dictFile对象的Close的操作一直会到LoadDictionary函数执行结束的时候才会执行,但是离开了for循环dictFile这个对象就没有存在的必要了,这样defer延长了dictFile的生命周期,另外如果需要载入多个字典文件的话,会有额外的内存开销,所以现在使用匿名函数处理字典文件,保证每处理完一个字典文件,都会立刻释放资源

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.

1 participant