Performance of toHex() improved.
- Constant array with hex digits instead of re-creation of String. - Concatenating both values at one go. - Without necessity of various wrapper objects. According my benchmark, the new implementation is more than 5 times faster. Change-Id: I90cc4a31db4272e245228cb3163846841adf427c
Loading
Please register or sign in to comment