Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Coq runtime quadratic in number of definitions

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Coq runtime quadratic in number of definitions


Chronological Thread 
  • From: James Lingard <jchl2 AT cam.ac.uk>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Coq runtime quadratic in number of definitions
  • Date: Mon, 9 Jun 2014 12:58:31 +0100

The runtime of coqc on the following program:

  Definition n0 := 0.
  Definition n1 := 0.
  Definition n2 := 0.
  ...
  Definition nN := 0.

appears to be roughly quadratic in the number of definitions.

Does anyone know what causes this?

Thanks,
James.




Archive powered by MHonArc 2.6.18.

Top of Page