Hi All

I'm developing a real-time multimedia application on Linux using WxPerl, Firebird, ffmpeg and SWI-Prolog (interfaces all available from CPAN). Performance is important and not always easy to achieve, but I would like to point out something which is not widely advertised (or at least if it is, I've missed it). My GUI interface is completely dynamic and changes with every record selection or button depression. Seeing this done in most environments you have to pause your mouse, think "may the force be with you" and mentally force the new GUI environment to refresh by will-power alone. However, what I didn't expect was that my Prolog based decision-making would be so awe-inspiringly fast, I'm not just getting sub-second response-time, but milli-second response times. At the start-up of the application, pretty much the whole standing data model is loaded into Prolog (ie into memory) and the rest, as they say, is history.

If performance is an issue, or if you just want to be impressed, this is well worth trying.

Regards

Steve


In reply to SWI-Prolog is a *blindingly* fast application component. by Steve_BZ

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.