[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is this a bug?



Sebastian wrote:

> i find it hard to believe that Andrew has made the sizes in vptovf
> dynamic. ...

Nope, I haven't.  But I did increase the important sizes quite a lot.
Here are some values currently used by VPtoVF and PLtoTF:

   maxkerns = 15000;      (* was 1000 *)
   maxligsteps = 32000;   (* was 8500 *)
   hashsize = 26347;      (* was 8501 (prime number) *)

Rowland, let me know if you ever exceed those limits.
(I'll be surprised if you do!)

Andrew