Size: a a a

2020 October 23

MG

Matthew Good in pro.algorithms
i intend to use it for general text layout with TrueType/FreeType
источник

CD

Constantine Drozdov in pro.algorithms
This is like 500000 chars/s/core. Although in the case of plain text minimal layout unit is paragraph, it is very hard to provide information required to interact with text (e.g. scrollbar information) without text being measured entirely.
источник

MG

Matthew Good in pro.algorithms
Constantine Drozdov
This is like 500000 chars/s/core. Although in the case of plain text minimal layout unit is paragraph, it is very hard to provide information required to interact with text (e.g. scrollbar information) without text being measured entirely.
yea
источник

AT

Anatoly Tomilov in pro.algorithms
легко ли придумать атаку на такой хэш? https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/libsupc%2B%2B/hash_bytes.cc#L74-L112
источник

A

Aragaer in pro.algorithms
/me чуть проскроллил выше и увидел название
источник

F

FailsBot in pro.algorithms
Aragaer чуть проскроллил выше и увидел название
источник

A

Aragaer in pro.algorithms
https://en.wikipedia.org/wiki/MurmurHash - тут про уязвимости написано
источник

A

Aragaer in pro.algorithms
Hash functions can be vulnerable to attack if a user can choose input data in such as way to intentionally cause hash collisions. Jean-Philippe Aumasson and Daniel J. Bernstein were able to show that even implementations of MurmurHash using a randomized seed are vulnerable to so-called HashDoS attacks.[47] With the use of differential cryptanalysis they were able to generate inputs that would lead to a hash collision. The authors of the attack recommend to use their own SipHash instead.
источник
2020 October 25

MG

Matthew Good in pro.algorithms
how do i correctly obtain the pixel data length of SkBitmap.getPixels so i can copy it into a jintArray
источник

IZ

Ilia Zviagin in pro.algorithms
Matthew Good
how do i correctly obtain the pixel data length of SkBitmap.getPixels so i can copy it into a jintArray
This is not about algorithms, this is offtopic
источник

IZ

Ilia Zviagin in pro.algorithms
Matthew Good
Are there any text layout libraries suitable for Large Text Files? (10MB to 2GB and greater)
Что они тут несут то вообще?
источник

F

FailsBot in pro.algorithms
Dan
источник

q

qwerty in pro.algorithms
Ilia Zviagin
Что они тут несут то вообще?
))
источник

CD

Constantine Drozdov in pro.algorithms
а подобрать целые?
источник

CD

Constantine Drozdov in pro.algorithms
и ненулевыми должны быть все или только хотя бы одно?
источник

CD

Constantine Drozdov in pro.algorithms
тогда чуть более наркомански, потому что для двух чисел (a, b) ответ (-b, a)
источник

CD

Constantine Drozdov in pro.algorithms
минимизировать что-либо требуется?
источник

CD

Constantine Drozdov in pro.algorithms
а, четное :)
источник

CD

Constantine Drozdov in pro.algorithms
a1 a2 a3 a4 a5 a6
ответ
-a2 a1 -a4 a3 -a6 a5
источник

 P

 ‌‌Gleb Pilipets... in pro.algorithms
Нормально
источник