[1915] in Kerberos_V5_Development
Re: Cygnus changes for your consideration
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Thu Oct 31 13:25:40 1996
To: "Theodore Y. Ts'o" <tytso@MIT.EDU>
Cc: Mark Eichin <eichin@cygnus.com>, krbdev@MIT.EDU
In-Reply-To: Your message of "Thu, 31 Oct 1996 12:39:44 EST."
<9610311739.AA12252@dcl.MIT.EDU>
Date: Thu, 31 Oct 1996 13:13:44 EST
From: Ezra Peisach <epeisach@MIT.EDU>
The fast asn1 date encoders I think were attempts by Ken to take away
from the bottlenecks in sending timestamps using essentially _doprnt internally.
This would be a win.
The non-use of calloc I believe would be a win as we zero the memory when we
need it anyway - so why do it twice.
The cache support I am not familiar with...
So I would say - yes go for these...
Ezra