13
votes
5answers
832 views
C++ Memory Management for Texture Streaming in Videogames
Hi, this is a "hard" question. I've found nothing interesting over the web.
I'm developing a Memory Management module for my company. We develop games for next-gen consoles (Xbox …
10
votes
12answers
1k views
What’s the best free defragmentation tool for Windows?
What do you recommend? And why?
7
votes
5answers
283 views
Defragmenting C++ Heap Allocator & STL
I'm looking to write a self defragmenting memory manager whereby a simple incrementing heap allocator is used in combination with a simple compacting defragmenter.
The rough sch …
2
votes
1answer
237 views
Should I drop and create indexes on my tables that SQL Server created?
In an effort to get rid of some fragmentation left from rebuilding and defraging
we thought that we would drop and create indexes so I went to write a script.
It identifies a clus …
2
votes
4answers
249 views
What is a good algorithm for compacting records in a blocked file?
Suppose you have a large file made up of a bunch of fixed size blocks. Each of these blocks contains some number of variable sized records. Each record must fit completely within a …
1
vote
1answer
20 views
Defragmenting Windows Drives as part of an NSIS installer script?
I need to install a piece of software with a lot of files. Our experience showed, that on highly fragmented hard drives that leads to very poor performance. So I want to include au …
0
votes
2answers
33 views
Defragmenting SQL indexes
I have been trying to defrag indexes in SQL Server 2005 and nothing seems to work. I have created multiple Maintenance Plans using the wizard but the job always fails. I have run …
0
votes
5answers
220 views
Logic in Disk Defragmantation & Disk Check
What is the logic behind disk defragmentation and Disk Check in Windows? Can I do it using C# coding?
0
votes
2answers
602 views
Mysql OPTIMIZE TABLE for all fragmented tables
Id like to run optimize on all currently framgmented tables. These tables should be those that have information_schema.DATA_FREE > 0.
Is it possible to optimize all tables with th …
0
votes
2answers
230 views
Move OS files to the begin of the disk
I would like to know if it's possible to move the files on a given partition to the begin of the disk, where the read/writes are faster.
I currently have Windows Vista installed o …
0
votes
4answers
276 views
Windows disk partition gap
Windows XP Disk Defragmenter report shows a constant gap in disk usage on a number of disk partitions on my system. I'm not referring to the little transitory gaps that occur. In …
