Re: high file count in application
- Posted by "Hayden McKay" <hmck1 at dodo.com.au> Dec 01, 2003
- 671 views
Have a look at the generic library "Save Compressed Sequences" by Ralf Nieuwenhuijsen. It has routines for loading and saving sequences.. Also take a look at generic library "Save Euphoria Objects In Memory" by Jordah Ferguson. The "LZ" or "BZip2" compression libraries offer some pretty good compression and are supported by many mainstream archivers. And could be viewd mod'd easily. Personaly I think incorperating compression, loading and saving metheds in your proggie itself would be better than relying on a third party archiver. In theory this would save alot of access time reading files. ----- Original Message ----- From: "Peter Spaulding" <oregeopeter at aol.com> To: <EUforum at topica.com> Cc: <orepeter at yahoo.com> Sent: Tuesday, December 02, 2003 2:07 AM Subject: high file count in application > > > Hello to Euphoria programming fans... > I've been playing with Euphoria 1.5 (more recently, the > complete edition of 2.3), attempting to build an Earth > science application. It relies on editing of EU sequences, > assembly of libraries of small files consisting of text docs > and EU sequences (scripts) - the scripts are then assembled > into hierarchy - into a "model", which can be saved and > then run, using a "viewer" application (choosing the > small file approach in order to conserve memory > for the application, flexibility and compatibility > between the DOS and Windows version.) The problem with > this is that the directories will surely have hundreds > of these files,to slow up people's scandisk and > virus scanners. Does anyone know the best, fast EU > include for archiving such files so that they can be > broken out for each session? (Or is a call to an > external zip/unzip application be more efficient?) > Peter > > > > TOPICA - Start your own email discussion group. FREE! > > > -- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.545 / Virus Database: 339 - Release Date: 27/11/03 > --- --