Optimize RESTCONF module/node parsing 42/9342/2
authorRobert Varga <rovarga@cisco.com>
Sat, 26 Jul 2014 04:41:44 +0000 (06:41 +0200)
committerRobert Varga <rovarga@cisco.com>
Sat, 26 Jul 2014 15:26:41 +0000 (17:26 +0200)
commit72382540b7780b0083e05f148300dd1f3f47b687
tree56cae630b5506ac9b11503e44d3ea2a8c99cb062
parent45e30eb7b15b6c042cd888341e4e8e80fac31209
Optimize RESTCONF module/node parsing

Profiling has shown that the current implementations are still not upto
par with what they should be: 189 invocations of the two consumed 64ms,
with most of the time being spent splitting and iterating.

Given that the parsing operation is really simple, we can do much better
using String.indexOf() and String.substring().

Change-Id: I06ef0403edb2c8d12cbbc3c7909091e9efc5138e
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/ControllerContext.java