Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prioritize based on user popularity #11

Open
yawkat opened this issue Mar 24, 2019 · 1 comment
Open

prioritize based on user popularity #11

yawkat opened this issue Mar 24, 2019 · 1 comment

Comments

@yawkat
Copy link
Owner

yawkat commented Mar 24, 2019

<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
Copy link
Owner Author

yawkat commented Mar 24, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant