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

Use transducer for listDocuments and queryDocuments #37

Merged
merged 5 commits into from
Mar 13, 2023

Conversation

TillaTheHun0
Copy link
Member

@TillaTheHun0 TillaTheHun0 commented Mar 13, 2023

This PR:

  • Cleans up conventions, using a deno.jsonc file to store tasks and fmt config
  • Bump dependencies and style codebase
  • use transducer for listDocuments in lieu of multiple iterations of results and beef up tests
  • use transducer for queryDocuments in lieu of multiple iterations of results and beef up tests
  • Combine CI workflows and cleanup

Closes #36

@TillaTheHun0 TillaTheHun0 merged commit 7b7d6b9 into main Mar 13, 2023
@TillaTheHun0 TillaTheHun0 deleted the tillathehun0/reduce-iterations-36 branch March 13, 2023 14:06
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.

reduce iterations in query and list by refactoring to use a transducer pattern
1 participant