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

Top k improved search #24

Closed

Conversation

BernhardEisvogel
Copy link
Contributor

Hey Zach,

I just added an improved sorting algorithm (which makes the program substantially faster) in the file topK and added the function getDefaultStorageFilePath in SimilarityIndex to get the complete filePath from outside the class to check if it already exists.

The functions:

  1. getDefaultStorageFilePath()
  2. getDefaultStoragePath()

are very similarly maned, the first gives the complete file path, the second only the directory. I don't know if it might be a good idea to rename the second to something like "getDefaultStorageDirectoryPath", but I don't know where it gets used.

Greetings
Bernhard

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

Successfully merging this pull request may close these issues.

1 participant