pml icon indicating copy to clipboard operation
pml copied to clipboard

pool optim, toward only head normal term added to the pool

Open craff opened this issue 8 years ago • 0 comments

insert_t_node should use a stack to avoid creating node for partially applied function.

For instance, adding [add n p] to the pool also adds [add n] which is a lambda, hence trigger a cloture construction.

This cost is dominating "equiv" when computation are really needed, with probably a factor much greater that 2 (10 ?) to gain.

craff avatar Nov 21 '17 23:11 craff