make-alpha
[Top][All Lists]
Advanced

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

Re: string table for pathnames


From: Jim Meyering
Subject: Re: string table for pathnames
Date: Sat, 02 Aug 2003 23:03:01 +0200

Greg McGary <address@hidden> wrote:

> Hi Paul & all,
>
> I have a very large build system that has 20,847 *.o files, and
> therefore the same number of *.d files containing header file
> dependencies.  gmake stores entire contents of *.d files, leading to
> tremendous bloat.  The aggregate size of the *.d files is approx 60 MB
> (approx 2.25 million entries), yet there is only approx 260 KB (approx
> 7500 entries) of unique content.
>
> I dearly wish for a string table to eliminate the redundancy.
> I think a Patricia trie would work well for this application.

Hi Greg!

I learned about `judy arrays' just recently

  http://judy.sourceforge.net/

It looks like they might be useful for lots of things.

Jim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]