[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.programming.threads

About my StringTree and benchmark

Ramine

2/18/2015 2:18:00 AM


Hello,


I have done a benchmark for my StringTree, and i have created 10
directoriers with 100000 file each, on my CPU Quadcore Q6600 clocked at
2.4 Ghz and it has took only 2.8 seconds to create the one million
files, that's 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, so my StringTree library is
really very fast and it can be considered to have the same level of
quality as an industrial library.


You can download my StringTree from:

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


Thank you,
Amine Moulay Ramdane.
7 Answers

Andy [Ex-MSFT]

9/28/2007 4:02:00 PM

0

"Dave Angel" <jaimem@clearwire.net> wrote in message
news:6EFC18D6-67F7-4629-AD35-F1410EC58751@microsoft.com...
> I've also noticed that with certain games you need to modify your D.E.P.
> settings.
> I had to add AOE3,FEAR and valve's steam to my list.
>
> "Andy [YaYa]" <android8675@MAPSONhotmail.com> wrote in message
> news:4BEACF88-39F2-4C5B-954D-AB06C20B28B0@microsoft.com...
>> "Shari" <Shari@discussions.microsoft.com> wrote in message
>> news:FFCA0898-DA34-42C3-83EA-533629773582@microsoft.com...
>>> Ok most all games seem to stop working. Is there anything that can be
>>> done or
>>> am I stuck cussing Vista
>>
>> There's a bunch of stuff, but without some general information like which
>> game isn't work or games, what your system make/model is, etc. there's
>> not too much to say other than to try some of the other suggestions
>> posted here.
>>
>> Run as Administrator or
>> with older games (no mention of vista as a supported OS in the system
>> requirements) run in Windows XP compatibility mode.
>>
>> A crashing system is not always the OS, it could be the game/program, the
>> hardware, or something else.
>>
>> -A.

I'd rather not mess with that DEP stuff. I mean they had to of hidden that
screen away for a reason.

Which Steam game is giving you problems. I was play testing TF2, before the
last patch I got the sound loop crash. Tried DEP, didn't help. After the
last update though my crash is gone, so it wasn't really Vista, just the
game itself.

Might submit a bug report to Valve or Sierra for fear, etc. See if this is a
problem with the game.

-A.

Dave Angel

9/28/2007 9:36:00 PM

0

You'll know if DEP is causing the problem pretty easily though since the
game will crash/close and Vista will tell you that it was closed due to
protection settting you have in place or something like that.
And yeah most people probably won't see this anyways since it will only show
up if you have DEP enabled for all programs/apps which isn't the default
setting.

"Andy [YaYa]" <android8675@MAPSONhotmail.com> wrote in message
news:8710D95C-7B92-49E2-BB2D-2C68627D9F61@microsoft.com...
> "Dave Angel" <jaimem@clearwire.net> wrote in message
> news:6EFC18D6-67F7-4629-AD35-F1410EC58751@microsoft.com...
>> I've also noticed that with certain games you need to modify your D.E.P.
>> settings.
>> I had to add AOE3,FEAR and valve's steam to my list.
>>
>> "Andy [YaYa]" <android8675@MAPSONhotmail.com> wrote in message
>> news:4BEACF88-39F2-4C5B-954D-AB06C20B28B0@microsoft.com...
>>> "Shari" <Shari@discussions.microsoft.com> wrote in message
>>> news:FFCA0898-DA34-42C3-83EA-533629773582@microsoft.com...
>>>> Ok most all games seem to stop working. Is there anything that can be
>>>> done or
>>>> am I stuck cussing Vista
>>>
>>> There's a bunch of stuff, but without some general information like
>>> which game isn't work or games, what your system make/model is, etc.
>>> there's not too much to say other than to try some of the other
>>> suggestions posted here.
>>>
>>> Run as Administrator or
>>> with older games (no mention of vista as a supported OS in the system
>>> requirements) run in Windows XP compatibility mode.
>>>
>>> A crashing system is not always the OS, it could be the game/program,
>>> the hardware, or something else.
>>>
>>> -A.
>
> I'd rather not mess with that DEP stuff. I mean they had to of hidden that
> screen away for a reason.
>
> Which Steam game is giving you problems. I was play testing TF2, before
> the last patch I got the sound loop crash. Tried DEP, didn't help. After
> the last update though my crash is gone, so it wasn't really Vista, just
> the game itself.
>
> Might submit a bug report to Valve or Sierra for fear, etc. See if this is
> a problem with the game.
>
> -A.

Shashank

10/4/2007 9:55:00 PM

0

I dont know about other games since i havent installed them however i had XP
and i upgraded to Vista Ultimate Recently, Had NFS Carbon running fine on XP,
but once i installed Vista and reinstalled NFS Carbon, its not working.. is
there any way i can make it work..


Andy [Ex-MSFT]

10/8/2007 4:37:00 PM

0

"Shashank" <Shashank@discussions.microsoft.com> wrote in message
news:22392A83-DED8-4A08-9A5E-795FE871A17C@microsoft.com...
>I dont know about other games since i havent installed them however i had
>XP
> and i upgraded to Vista Ultimate Recently, Had NFS Carbon running fine on
> XP,
> but once i installed Vista and reinstalled NFS Carbon, its not working..
> is
> there any way i can make it work..

Yeah, re-install Windows XP.

http://supp... for help with Electronic Arts software, or post your
system specs or make/model.

Chuck Walbourn [MSFT]

10/8/2007 10:26:00 PM

0

Have you tried some of the compatabilty modes for the game to see if that
resolves the problem? You might try the Windows 98 or Windows XP modes to
see if that fixes it.

--
Chuck Walbourn
SDE, XNA Developer Connection

This posting is provided "AS IS" with no warranties, and confers no rights.


Ramine

2/18/2015 2:23:00 AM

0


I correct some typos...

Hello,


I have done a benchmark for my StringTree, and i have created 10
directories with 100000 files each, on my CPU Quadcore Q6600 clocked at
2.4 Ghz and it has took only 2.8 seconds to create the one million
files, that's 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, so my StringTree library is
really very fast and it can be considered to have the same level of
quality as an industrial library.


You can download my StringTree from:

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


Thank you,
Amine Moulay Ramdane.

Ramine

2/18/2015 6:21:00 PM

0


The delete's methods are very fast also...