code-browser icon indicating copy to clipboard operation
code-browser copied to clipboard

prioritize based on user popularity

Open yawkat opened this issue 5 years ago • 1 comments

<Addax> change it then. And have it bubble the more popular classes and packages to the top of the list! ... do you have any datastores involved? What about a link to the github project?
<yawkat> i load from maven central
<yawkat> "popular" is unfortunately difficult to do without breaking my other search criteria - right now i sort by simple name length, then qualified length, then alphabetically
<yawkat> if i sort by popularity it will either break searching for Stream (InputStream will show first) or it will not have a big effect
<Addax> People hit InputStream more than others?
<yawkat> well no, but it's used more
<Addax> I was referring to the number of clicks
<yawkat> ahh
<Addax> not the number of occurrences
<Addax> (and it'd be scaled: you wouldn't use "the number of clicks" but "clicks/75" or whatever, so a class would have to be selected a lot to get ranked higher
<yawkat> not sure how easy it is to make mixed prioritization like that, will note down though
<yawkat> maybe i can do it for the top 1k classes or something

yawkat avatar Mar 24 '19 12:03 yawkat

Hits are now counted as of e2b0f63af32d13bf4a9a490bfdf1d94aa068793b to give data for this

yawkat avatar Mar 24 '19 12:03 yawkat