SOEMPI icon indicating copy to clipboard operation
SOEMPI copied to clipboard

Make transformation functions thread safe

Open MrCsabaToth opened this issue 11 years ago • 0 comments

This is needed for multi-threaded import and matching. Examples: many corruption algorithms use Random generator. Right now it is shared, this makes single threaded execution faster. In multi-threaded scenario we want to instantiate Random generators per thread. BloomFilter transformation also have some shared variables, which optimizes single threaded run, but in multi-thread environment another approach is necessary.

MrCsabaToth avatar Jul 21 '13 21:07 MrCsabaToth