TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Explore Future possibilities for server-side algorithms #63

Closed yonzarecki closed 7 years ago

yonzarecki commented 7 years ago

In this issue we'll include new ideas and findings about future ways we can improve our system and algorithms.

This is a research-based issue.

yonzarecki commented 7 years ago

I've found a github repo containing more algorithms for dealing with stack-traces. Most of the algorithms within it are similar to what we've done, but maybe we can still use some of it. https://github.com/johanandren/Stack-Detective

yonzarecki commented 7 years ago

This SO post also talks about comparing strings using cosine similarity, which is similar but not exactly what we did. I'll leave it here as a possibility if a new algorithm is needed.

stackoverflow link

yonzarecki commented 7 years ago

Closing this issue, can re-open when we'll go back to server-side algorithms