User forums > General (but related to Code::Blocks)

Codeblocks starting is too slow? can anybody make it faster?

(1/2) > >>

aosp:
I had used CodeBlocks many times. I think CodeBlocks is too slow when it starting. The VC6 IDE is faster than it. I found CodeBlocks will load many plugins, templates and compiler configurations. I had disabled some plugins and deleted some templates. But the compiler configurations seems can not be deleted. I just use GCC compiler only. So can I delete the other compiler configuration to make CodeBlocks start faster?

MortenMacFly:

--- Quote from: aosp on July 31, 2007, 03:11:35 pm ---So can I delete the other compiler configuration to make CodeBlocks start faster?

--- End quote ---
The only way to achive this is to compile C::B yourself. The compiler plugin is "monolitic" thus it includes all compilers. When compiling yourself you can disable compilation/linkage of individual compilers by removing the relevant implementation files from the compiler plugin target if you like. Hence I don't think this will make things a lot faster. What type of computer / OS you have? Cause for me C::B is *much* fatser than VC6...?!
With regards, Morten.

JGM:

--- Quote from: aosp on July 31, 2007, 03:11:35 pm ---start faster?

--- End quote ---

MinGW Developer Studio is fast but very limited.

rickg22:
I've been trying to tackle the issue. After a bit of experimentation, I realized that the second time you start up C::B, it's much faster. It seems that the loading of projects depends on disk access - i think it's related to the wxFilename class, it might try to access the directory entries or something.

There has been a discussion about the slowness of project loading around the forums, but I forgot where.

Regarding resources, perhaps some of them (i.e. the lexers) could be zipped. But that can wait for a later version. "If it ain't broke..."

CPF:
Well.. for me..
the normally, it takes around 15-20 seconds to start it up..
but to start it the second time, it takes just 5 seconds..

XP 3.2G 512MB ram

Navigation

[0] Message Index

[#] Next page

Go to full version