Skip to content

Replace QByteArray::toInt to improve performance

Alexander Trufanov requested to merge trufanov/libktorrent:bdec into master

That's a quite performance critical method and ::toInt(&ok) have a noticeable overhead. I would like to replace it with a simple loop.

Merge request reports