>
> How using hashes or other technique you have the smallest startup
> times with harbour compiled app?
> Probably do you use msvc as compiler because it generate smallest and
> fastest executable


Yes, I'm using MSVC on Windows, with MinGW as a backup.

The other question is very generic and really falls out of scope
of this mailing list to discuss the hundreds of changes that can
be made from Clipper to Harbour to run things more efficiently.
Not only for startup time of course.

Hashes in particular can search more quickly than AScan() or
even sorted array manual search methods.

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to