Alexander Kazakov
|
196d454114
|
Initialize random engine with clock and thread_id
Thread-safe and fairly descent approach in our case
|
2021-02-24 14:55:16 +03:00 |
|
Alexander Kazakov
|
deb566a40b
|
Resorted from std::random_device to std::rand()
|
2021-02-24 11:48:04 +03:00 |
|
Alexander Kazakov
|
0296d7d026
|
Added some explanations on randomization
|
2021-02-17 21:51:05 +03:00 |
|
Alexander Kazakov
|
acb5fb8179
|
Randomly shuffle replicas withing the same priority
|
2021-02-17 20:58:04 +03:00 |
|
Alexey Milovidov
|
a576a4fbcd
|
Enable extra warnings for base, utils, programs
|
2020-05-10 01:59:34 +03:00 |
|
alexey-milovidov
|
c7863e1ac6
|
Clang Tidy, part 7 (#9799)
* Attempt to enable identifier naming check
* Attempt to enable identifier naming check, continue
* Progress on identifier names
* Adopt identifier names check
* Fixed error
* Merge with master
* Fixed build
* Fixed build
* Fixed build
* Fixed build
* Fixed build
* Fixed error
* Fixed error
* Fixed error
|
2020-03-23 05:12:31 +03:00 |
|
Ivan
|
b7ef5a699c
|
Move FastMemcpy to contribs (#9219)
* Get rid of non-existent vectorclass
* Move FastMemcpy to contribs
* Restore comments
* Disable FastMemcpy on non-Linux
* Fix cmake file
* Don't build FastMemcpy for ARM64
* Replace FastMemcpy submodule with its contents
* Fix cmake file
* Move widechar_width to contrib/
* Move sumbur to contrib/
* Move consistent-hashing to contrib/
* Fix UBSan tests
|
2020-03-13 01:26:16 +03:00 |
|