1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00
cdt/core
Thomas Fletcher d0c9930d89 Update to avoid converting entire strings to lower case before
performing compare.  Significant performance gains on larger binaries:
Original (time to sort the symbol array used by the ElfHelper class):
- Sorting 53580 symbols took 6203ms
Modified (traded toLowerCase for compareToIgnoreCase)
- Sorting 53580 symbols took 828ms
2006-03-23 06:23:09 +00:00
..
org.eclipse.cdt.core Update to avoid converting entire strings to lower case before 2006-03-23 06:23:09 +00:00
org.eclipse.cdt.core.aix Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
org.eclipse.cdt.core.linux Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
org.eclipse.cdt.core.linux.ia64 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
org.eclipse.cdt.core.linux.ppc Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
org.eclipse.cdt.core.linux.x86 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
org.eclipse.cdt.core.linux.x86_64 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
org.eclipse.cdt.core.macosx Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
org.eclipse.cdt.core.qnx Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
org.eclipse.cdt.core.solaris Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00
org.eclipse.cdt.core.tests Bug #69078: C/C++ indexer too slow. 2006-03-10 13:19:22 +00:00
org.eclipse.cdt.core.win32 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
org.eclipse.cdt.ui Adding handler for formatting variable completion proposals (see bug #129768) 2006-03-22 00:49:41 +00:00
org.eclipse.cdt.ui.tests Test ported and defects documented in source (See also bug #129768) 2006-03-22 18:30:14 +00:00