<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hey David,<br>
    <br>
    It's hard to say without knowing what calls you're making to the
    API, but yes, it's likely you're doing something not in the optimal
    way.  My first guess is that you are calling an external program
    repeated to get results.  SWORD has an initialization hit when it
    first is accessed-- finding all modules, loading locales, etc.  Once
    initialized, calls should be very fast, but if you are launching an
    external program over and over, the engine is initializing on each
    call.  Maybe not what you're doing, but without more info, that's my
    best shot.<br>
    Hope we can get you running fast.<br>
    <br>
    Troy<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 02/21/2015 07:16 PM, David "Judah's
      Shadow" Blue wrote:<br>
    </div>
    <blockquote cite="mid:D43081F4-39FE-40FE-800F-F11A7C5B0630@gmx.com"
      type="cite">So I'm working on a console based front-end, and I'm
      noticing some slowness in displaying a text. Possibly a second or
      less, but definitely noticeable. Is there something I may be doing
      wrong?<br>
      -- <br>
      Sent from my Android device with K-9 Mail. Please excuse my
      brevity.
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
sword-devel mailing list: <a class="moz-txt-link-abbreviated" href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
Instructions to unsubscribe/change your settings at above pagess is</pre>
    </blockquote>
  </body>
</html>