DEV Community

Discussion on: Worker Threads in Node.js

Collapse
 
uzair004 profile image
Muhammad Uzair

What if Array is constantly growing and we need to share array b/w threads for comparison with another value , How much size we should allocate ?
What type we should consider if array has embedding values of faces (each element of array has 1024 floating points numbers ) to represent attributes of face ?