Sebastian Meßmer
c51e2c115a
Added new random pool library and FixedSizeData:CreatePseudoRandom() uses it. This generates pseudorandom data in another thread and keeps a pool instead of calling the pseudorandom algorithm each time. Since that algorithm needs to be mutexed, that caused quite a lot of locking before
Description
Languages
C++
96.5%
CMake
2.9%
C
0.6%