GT icon indicating copy to clipboard operation
GT copied to clipboard

Can we just use some crt function instead of for loop to zero memory?

Open chraac opened this issue 7 years ago • 1 comments

int fill(int blockNum) (com_tencent_wstt_gt_api_utils_MemFillTool.c@50)

Using crt func will significantly speed up the zero operation

ref: calloc memset

chraac avatar Sep 20 '17 11:09 chraac

I second. calloc() should be better.

miloyip avatar Sep 21 '17 03:09 miloyip