blast007

Results 31 comments of blast007

How long does it take bzfs to scan through those 13,000 replay files?

> It is the nature of this problem that the information of each file doesn't change, so really only new files need to be scanned. Something to keep in mind...

I'll need to take a close look at the configure.ac file. I do see now that the user_* options are only initialized when in debugging mode, but I could just...

Yeah, currently we have the parsing overhead every time we want to get a value. I'd have to do some code analysis but I would think we generally only reference...

This issue is about an auto-update feature. It is not a general wishlist.

We should remove the non-SDL2 joystick code. That was my plan at least in master once we're done worrying about merging in 2.4 changes. The main reason the Windows joystick...

I've been looking into this further the last few days. When we're listing replays, we loop through all of them, open the file, and run two fread calls. The first...

I just tested that variant and it takes basically the same amount of time.

In case this is helpful to anyone, this is the output from two consecutive runs of my original test program, with the first time being with caches cleared. ```bash session...

Basically the same on my test system (with the 3001 x 16MB replays): ```bash session blast007@debian:~$ /usr/bin/time ./filetest3 Elapsed: 40.2098 seconds 0.04user 0.14system 0:40.37elapsed 0%CPU (0avgtext+0avgdata 3644maxresident)k 102456inputs+0outputs (26major+140minor)pagefaults 0swaps...