You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using sloc with my node.js code. Currently my code takes one file content at a time.
const {total, source} = sloc(content, extension);
How can I support batch processing to make it faster? I have requirement to process 1000+ files at a time. Batching will help. I am looking for something as below.
I am using sloc with my node.js code. Currently my code takes one file content at a time.
How can I support batch processing to make it faster? I have requirement to process 1000+ files at a time. Batching will help. I am looking for something as below.
The text was updated successfully, but these errors were encountered: