cvs commit: hat/src/hattools finitemap.c finitemap.h Makefile hat-names.c observeutils.c observeutils.h

12 Jan
2004
12 Jan
'04
1:07 p.m.
malcolm 2004/01/12 10:07:33 PST Modified files: src/hattools Makefile hat-names.c observeutils.c observeutils.h Added files: src/hattools finitemap.c finitemap.h Log: Replace GTree (from glib) with FiniteMap (implemented locally), if the third-party library glib is not available. FiniteMap is based on the ghc implementation of balanced trees in Data.FiniteMap, but this C version appears to be ~50% slower than GTree. Revision Changes Path 1.60 +9 -9 hat/src/hattools/Makefile 1.12 +41 -42 hat/src/hattools/hat-names.c 1.42 +47 -38 hat/src/hattools/observeutils.c 1.15 +2 -2 hat/src/hattools/observeutils.h
7800
Age (days ago)
7800
Last active (days ago)
0 comments
1 participants
participants (1)
-
Malcolm Wallace