Skip to content
Commit 88838c16 authored by Christoph Schwering's avatar Christoph Schwering
Browse files

Preliminary version of the demo kitchen BAT.

The performance in the C implementation was very bad. The reason was:

<QUOTE about C-implementation>

The resulting setups are huge and grow linearly in the number of
actions, and query evaluation seems to grow quadratically in the size
of the setup.

The split optimizations in setup are still worth their cost (replacing
setup_clause_small_pel() with setup_full_pel() costs about 20% and
removing the expensive part of setup_relevant_split() costs 1000%).

</QUOTE about C-implementation>
parent bff6ab77
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment