ghindex icon indicating copy to clipboard operation
ghindex copied to clipboard

Broken for iTerm2?

Open JesseAldridge opened this issue 7 years ago • 2 comments

The page for this repo: http://www.yasiv.com/github/#/costars?q=gnachman%2FiTerm2

Looks different from the pages for these repos: http://www.yasiv.com/github/#/costars?q=edebill%2Fmodulecounts http://www.yasiv.com/github/#/costars?q=tomislater%2FRandomWords http://www.yasiv.com/github/#/costars?q=anvaka%2Fghindex

Not sure why.

JesseAldridge avatar Mar 19 '17 23:03 JesseAldridge

It is expected. The similarity calculation has high CPU complexity, and it is a function of number of stargazers. For popular projects, like iTerm2 to save time, I'm computing similarity offline, store it into json, and then display on a page. For less popular projects, that didn't get more than 200 stars in certain period of time the calculation happens when you open a page. That's why you see the difference. Also note, that for smaller number of stargazers the jaccard similarity may not give nice results...

anvaka avatar Mar 20 '17 04:03 anvaka

Ah, ok. Thanks for the explanation.

JesseAldridge avatar Mar 20 '17 04:03 JesseAldridge