rgrig / javadoc-reader

Automatically exported from code.google.com/p/javadoc-reader
0 stars 0 forks source link

searching is too slow #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It used to take 200--300ms with arrays and now it takes 700--800ms with
ArrayLists. It must be <250ms.

Original issue reported on code.google.com by radugrig...@gmail.com on 13 Aug 2009 at 11:38

GoogleCodeExporter commented 8 years ago
Nope, it's not ArrayList's fault. It became slower because now the fully 
qualified
name is used (even for the "substring" search, which never looks at the package 
name).

Original comment by radugrig...@gmail.com on 14 Aug 2009 at 12:26