-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partial solution to slow startup (mc-4.7.0-pre4) #1781
Comments
|
To MC developers: The least you can do is to write back whether you are going to apply the patch or not ... |
Replying to 0xe2.0x9a.0x9b:
Yes. Thank you very much!
But patch would be cleaned up for type accuracy:
I'll make it myself and create a branch ASAP. |
Created 1781_slow_startup branch. Parent branch is master. |
OK. I wasn't sure whether you are working on some other solution to this problem.
Thanks for the final code cleanup. Though, if I was a purist I would point out that MC's source code is using an "int" for doing iterations such as "for(i=..." ... |
We planned to use HASH's to make faster algorithm. but not now... |
to ⚛: and thank you for your time. |
|
|
|
|
Little ptimization:
Branch: 1781_little_startup_speedup. Parent branch: master. |
|
|
[e6851b1] contains the following bug: array index is out of range in sort_key_name_conv_tab() function.
[1eb149deab750efc0a5f40971c3ff63d6f5fac69] fixes this bug. |
|
|
|
Important
This issue was migrated from Trac:
0xe2.0x9a.0x9b
(0xe2.0x9a.0x9b@….com)startup time
,UTF8
,strcmp
This is a patch to improve the startup time of mc-4.7.0-pre4. Please incorporate it into the mainline sources.
Statistics:
Further improvements can be achieved by optimizing the usage of the glib function involved in UTF8 string comparisons.
Note
Original attachments:
0xe2.0x9a.0x9b
(0xe2.0x9a.0x9b@….com) onNov 1, 2009 at 16:56 UTC
The text was updated successfully, but these errors were encountered: