Frédéric Brégier
e1abfbb6c1
Correction on StringBuilder default init size
...
Motivation:
The default StringBuilder size is too small (data.length + 4) while it will be 2*data.length (byte to Hex) + 5 "-" char (since 5 peaces appended).
Modification:
Changing initial size to the correct one
Result:
Allocation of the correct final size from the beginning for this StringBuilder.
2014-05-30 07:33:38 +02:00
..
2014-04-25 15:15:16 +09:00
2014-04-25 16:50:54 +09:00
2014-04-24 20:54:50 +09:00
2014-05-10 15:21:25 +02:00
2014-05-10 15:21:25 +02:00
2014-04-24 20:47:26 +02:00
2014-04-25 15:15:16 +09:00
2014-04-25 00:36:01 +09:00
2013-11-21 14:14:23 +09:00
2014-04-24 20:54:50 +09:00
2013-06-25 11:07:15 +09:00
2014-01-29 11:44:59 +09:00
2014-04-25 15:07:12 +09:00
2013-11-27 17:31:28 +09:00
2013-11-27 17:31:28 +09:00
2013-02-14 12:09:16 -08:00
2013-07-22 19:14:36 +02:00
2014-03-20 08:32:40 +01:00
2013-04-15 15:26:20 +09:00
2014-04-24 20:54:50 +09:00
2014-04-24 20:54:50 +09:00
2014-04-25 15:07:12 +09:00
2014-04-25 15:07:12 +09:00
2014-04-24 20:54:50 +09:00
2014-04-24 21:31:13 +02:00
2013-11-18 15:30:12 +09:00
2013-11-27 17:31:28 +09:00
2013-12-07 11:03:55 +09:00
2013-06-10 16:10:39 +09:00
2014-04-25 00:36:01 +09:00
2014-02-21 14:16:37 +01:00
2013-11-27 17:31:28 +09:00
2014-04-24 20:54:50 +09:00
2013-02-14 12:09:16 -08:00
2013-06-12 08:00:54 +09:00
2013-04-15 15:26:20 +09:00
2013-06-12 08:00:54 +09:00
2013-06-12 08:00:54 +09:00
2013-07-14 18:32:10 +02:00
2013-07-14 18:04:33 +02:00
2013-06-12 08:00:54 +09:00
2013-03-07 20:53:45 +01:00
2014-01-29 11:44:59 +09:00
2014-04-17 08:19:20 +02:00
2014-05-23 01:15:41 +09:00
2014-04-24 20:54:50 +09:00
2014-05-30 07:33:38 +02:00
2014-05-04 21:13:56 +02:00
2013-06-12 08:00:54 +09:00
2013-07-23 13:48:22 +09:00
2013-11-21 14:14:23 +09:00
2013-11-21 14:14:23 +09:00
2014-01-29 11:44:59 +09:00
2013-08-07 10:10:43 +02:00
2014-03-24 12:12:48 +09:00
2013-07-22 19:14:36 +02:00
2014-04-24 20:54:50 +09:00
2013-03-07 07:21:37 +01:00
2014-01-29 11:44:59 +09:00
2013-06-10 16:10:39 +09:00
2013-08-07 10:10:43 +02:00
2014-04-25 15:07:12 +09:00
2013-02-14 12:09:16 -08:00
2013-06-13 20:56:17 +02:00
2014-04-24 20:54:50 +09:00
2014-03-04 06:25:30 +01:00
2014-04-24 20:54:50 +09:00
2013-03-07 07:21:37 +01:00
2014-02-21 14:16:37 +01:00
2014-04-24 20:54:50 +09:00
2014-04-24 20:54:50 +09:00
2013-07-04 09:32:38 +02:00