diff options
author | mshulb <mshulb@yandex-team.com> | 2023-11-15 16:25:30 +0300 |
---|---|---|
committer | mshulb <mshulb@yandex-team.com> | 2023-11-15 18:06:54 +0300 |
commit | e78b894c23fbad4cc2adaffd0fbd0462d0f8ecba (patch) | |
tree | eb72c6e6756ebbd8db61c450d2d7d61eab5496c5 /contrib/tools/python3/src/Lib/multiprocessing/popen_spawn_posix.py | |
parent | 7d29550ba7d942914ec96a5101e6309148ebce50 (diff) | |
download | ydb-e78b894c23fbad4cc2adaffd0fbd0462d0f8ecba.tar.gz |
KIKIMR-19957 Implement UNIFORM_PARTITIONS for UUID.
Note that UUID is stored and compared as byte array with following byte
order:
```
UUID 00 11 22 33-44 55-66 77-88 99-AA BB CC DD EE FF
bytes 33 22 11 00 55 44 77 66 88 99 AA BB CC DD EE FF
byte order 3 2 1 0 5 4 7 6 8 9 10 11 12 13 14 15
```
Thus UUID ordering gives surprising results (not that anyone should
use it on UUIDs).
Diffstat (limited to 'contrib/tools/python3/src/Lib/multiprocessing/popen_spawn_posix.py')
0 files changed, 0 insertions, 0 deletions