• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • 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

A.35.1 Tabling predicate reference
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(tabling): Tabled execution (SLG)
          • Tabling predicate reference
            • table/1
            • abolish_all_tables/0
            • abolish_table_subgoals/1
            • About the tabling implementation
            • Status of tabling
    • Packages

A.35.1.2 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 tabeling and well-founded semantics under negation.

ClioPatria (version V3.1.1-21-gb8003bb)