Module used to efficiently store simple data from many threads.
May be used for validation multithreaded algorithms.
Ex. multithreaded executes 1000 jobs, each jobs adds to sink unique number.
After execution if in this sink are all 1000 numbers and all are unique everything was ok.
Module used to efficiently store simple data from many threads. May be used for validation multithreaded algorithms. Ex. multithreaded executes 1000 jobs, each jobs adds to sink unique number. After execution if in this sink are all 1000 numbers and all are unique everything was ok.