• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

7.12 About the tabling implementation
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • Tabled execution (SLG resolution)
        • About the tabling implementation
          • Status of tabling
    • Packages

7.12.1 Status of tabling

The current implementation is merely a first prototype. It needs several enhancements before we can consider it a serious competitor to Prolog systems with mature tabling such as XSB, YAP and B-Prolog. In particular,

  • The performance needs to be improved.
  • Memory usage needs to be reduced.
  • Tables must be shared between threads, both to reduce space and avoid recomputation.
  • Tables must be invalidated and reclaimed automatically.
  • Notably XSB supports incremental tabling and well-founded semantics under negation.

ClioPatria (version V3.1.1-51-ga0b30a5)