Changeset [a366525a2258132ab340702e7163d4b40a7e14a8] by Akil Burgess
February 20th, 2011 @ 06:03 PM
Improved indexing perf - we had a huge bottleneck with where we
were doing a list concat of the members of the current member with
the total list of members to be indexed. This changeset replaces
this operation with a more efficient cons operation.
https://github.com/collaborative-scaladoc/colladoc/commit/a366525a2...
Committed by Akil Burgess
- M src/main/scala/scala/tools/colladoc/model/SearchIndex.scala
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Web application allowing to edit Scala symbols documentation.