[cvs-nhc98] Hat: speed up file archiving by 40%.

Malcolm Wallace malcolm@sparud.net
Fri, 9 Mar 2001 17:38:00 +0100 (CET)


malcolm: Fri Mar  9 17:38:00 CET 2001

Update of /usr/src/master/nhc/src/tracer/runtime
In directory hinken:/tmp/cvs-serv28779/src/tracer/runtime

Modified Files:
	fileformat.c 
Log Message:
Hat: speed up file archiving by 40%.
  I discovered that ftell() is extremely expensive.  Replace most
  calls to ftell() with an internal counter to track the position
  in the file.