[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Run QuickSpec on strictly-accumulating mult2, op and qexp
- Subject: Run QuickSpec on strictly-accumulating mult2, op and qexp
- From: Chris Warburton
- Date: Wed, 10 Apr 2019 18:35:14 +0100
- State: new
The functions mult2, op and qexp are tail-recursive, so should be pretty
efficient (although qexp would presumably make huge Integers).
We should write two versions of each: one with a strict accumulator and
another without, and QuickSpec each individually (timing them).