From: James Edward Gray II Date: 2006-10-25T00:12:19+09:00 Subject: Re: Fast portable storage for queues On Oct 23, 2006, at 4:36 AM, khaines@enigo.com wrote: > In my case I create a hash of the storage key and use that as part > of the filename, and then I had the code make subdirectories based > on the starting letters of the hash in order to avoid having too > many files in any one directory. My default was to take a chunk of > two characters from the beginning of the hash as subdirectory name, > twice. > > So a hash starting with 'abd45cc' would have it's file in ab/d4/ This sounds like it would make a neat open source project. Any plans to share the code? James Edward Gray II