Ditch use of LinkedList in BindingCodecContext
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 May 2023 15:12:33 +0000 (17:12 +0200)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 19 Jun 2024 00:41:45 +0000 (10:41 +1000)
commit83aa6f67af87f52a7762e27cd687996f95817b41
tree1a69cbc43833ebf73c947619217af7a8e2910ce4
parent4704b5bf1dfe61412b7a680d445979955eb6b61a
Ditch use of LinkedList in BindingCodecContext

LinkedList is a rather ugly thing performance-wise, use an ArrayList
instead.

Change-Id: I6f40a24bc7b22dc07ea6c809a44a796f1cdb9b54
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/BindingCodecContext.java