tarantool/tarantool

Replace unsigned loop counters w/ signed.

Open

#2161 aperta il 9 mar 2017

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Lua (406 fork)batch import
good first issue

Metriche repository

Star
 (3633 star)
Metriche merge PR
 (Merge medio 13g 2h) (82 PR mergiate in 30 g)

Descrizione

As far as semantics of unsigned types overflow is well defined, almost every time vectorization fails which might cause serious perf. degradation. Need to grep over sources and replace unsigned with signed, where applicable.

Guida contributor