<html>
    <head>
      <base href="http://bugzilla.slf4j.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - performance issue in MessageFormatter"
   href="http://bugzilla.slf4j.org/show_bug.cgi?id=239#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - performance issue in MessageFormatter"
   href="http://bugzilla.slf4j.org/show_bug.cgi?id=239">bug 239</a>
              from <span class="vcard"><a class="email" href="mailto:bugzilla.slf4j.simon@arlott.org" title="Simon Arlott <bugzilla.slf4j.simon@arlott.org>"> <span class="fn">Simon Arlott</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=98&action=diff" name="attach_98" title="Patch to fix 2 of the 3 reported issues">attachment 98</a> <a href="attachment.cgi?id=98&action=edit" title="Patch to fix 2 of the 3 reported issues">[details]</a></span>
Patch to fix 2 of the 3 reported issues

1. SLF4J 1.7.x requires Java 1.5, so use StringBuilder

2. Create HashMap on demand in deeplyAppendParameter()
   with the default map size because the array size is
   not an indicator of how many map keys will be put
   without knowing how many elements are also object
   arrays

3. Not implemented as the Logger interface only accepts
   a format String, not a StringBuilder</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>