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

  • Comment on SWI-Prolog is a *blindingly* fast application component.

Replies are listed 'Best First'.
Re: SWI-Prolog is a *blindingly* fast application component.
by wazoox (Prior) on Feb 03, 2010 at 18:10 UTC
    Damn, and now I'm playing with prolog instead of working :)
Re: SWI-Prolog is a *blindingly* fast application component.
by salva (Canon) on Feb 04, 2010 at 13:06 UTC