YouCompleteMe/cpp/ycm
Strahinja Val Markovic 7bf18c7c5c Improving IdentifierCompleter performance
We limit the number of candidates returned to Vim to 20 and also make sure that
we are not returning any duplicate candidates. This provides a noticeable
improvement in latency.
2012-07-21 12:06:18 -07:00
..
tests Improving IdentifierCompleter performance 2012-07-21 12:06:18 -07:00
Candidate.cpp New sorting rule: char match index sum 2012-06-24 15:35:00 -07:00
Candidate.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
CandidateRepository.cpp Improving IdentifierCompleter performance 2012-07-21 12:06:18 -07:00
CandidateRepository.h Improving IdentifierCompleter performance 2012-07-21 12:06:18 -07:00
ClangCompleter.cpp Improving IdentifierCompleter performance 2012-07-21 12:06:18 -07:00
ClangCompleter.h Splitting the UnsavedFile struct into its own file 2012-07-21 09:09:29 -07:00
CMakeLists.txt Using cmake_cxx_flags instead of add_definitions 2012-07-09 13:58:56 -07:00
CompletionData.h ClangCompleter now returs extra data 2012-07-19 21:17:39 -07:00
ConcurrentLatestValue.h Renaming ConcurrentStack to ConcurrentLatestValue 2012-07-06 12:14:25 -07:00
Future.h ClangCompleter now returs extra data 2012-07-19 21:17:39 -07:00
IdentifierCompleter.cpp Improving IdentifierCompleter performance 2012-07-21 12:06:18 -07:00
IdentifierCompleter.h ClangCompleter now returs extra data 2012-07-19 21:17:39 -07:00
indexer.cpp Splitting the UnsavedFile struct into its own file 2012-07-21 09:09:29 -07:00
LetterHash.cpp Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
LetterHash.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
LetterNode.cpp New sorting rule: char match index sum 2012-06-24 15:35:00 -07:00
LetterNode.h New sorting rule: char match index sum 2012-06-24 15:35:00 -07:00
Result.cpp ClangCompleter now returs extra data 2012-07-19 21:17:39 -07:00
Result.h ClangCompleter now returs extra data 2012-07-19 21:17:39 -07:00
standard.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
UnsavedFile.h Splitting the UnsavedFile struct into its own file 2012-07-21 09:09:29 -07:00
Utils.cpp Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00
Utils.h Using custom collection of Boost libs 2012-05-09 21:45:30 -07:00