[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

A more optimized StringTree

Ramine

2/18/2015 10:14:00 PM

Hello,


I have optimized more my StringTree, now adding files to directories
is faster...


I have redone a benchmark for my new StringTree, and i have created 10
directories with 100000 file each, on my CPU Quadcore Q6600 clocked at
2.4 Ghz and it has scored only 2.4 seconds to create the one million
files, my previous version of StringTree have scored 2.8 seconds, so my
new version is really very fast ! and i have done a FindFile() on a
file's name that is contained in each directory that contains 100000
files and it has took 7200 microseconds, the delete's methods are also
really very fast, so my StringTree library is really very fast and it
can be considered to have the same level of quality as a good industrial
library.


You can download my StringTree from, the new version is still at 1.0:

https://sites.google.com/site/aminer68/...


Thank you,
Amine Moulay Ramdane.