This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Size problem


Hrm, I've always wondered about this one...

Jeff Sturm <jsturm@one-point.com> writes:
> objecting to, but the disk space savings

With the current price of hard drives, is this really a major concern?


> and memory savings

Someday I'd like to see a block-unifying filesystem.  Every block
written to disk gets listed in a hash table.  Duplicate blocks only
appear once on the disk.  If you re-jigger your object file format to
take advantage of this, you get the disk savings and the in-memory
savings (copy on write assumed) automatically with zero extra (cough
cough libtool) effort.

We're playing around with block unification for netcache...

  http://www.megacz.com/netcache.pdf

  - a


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]