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

Scanner rework and query optimizations #26

Merged
merged 16 commits into from
Jul 13, 2022
Merged

Scanner rework and query optimizations #26

merged 16 commits into from
Jul 13, 2022

Conversation

aaronleopold
Copy link
Collaborator

Merging a little early mainly to get the reworked scanner in main. Quick overview:

  • Reworked scanner, about 1.5x speedup over previous implementation. Started working on concurrent scanner that had over 2x speedup, but faced issues with too many writers at once to the DB.
  • Greatly optimized paginated queries the client currently uses. Next PR will have remaining paginated queries with these optimizations.
  • Docker build for arm64 works, arm/v7 still doesn't
  • Made the README a little prettier
  • Added fundamental structures for locale switching. Persistence and the actual translations are the bulk of the work left for that now
  • Moved all the typescript type definitions for the database entities into the core package itself. Was getting irritated with enums not quite working in declaration files, and it just makes more sense if Stump ever has a separate mobile app that the types are importable.
  • Started General Settings page, just dummy content none of it works really.
  • Lots of other misc changes

@vercel
Copy link

vercel bot commented Jul 13, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
stump ⬜️ Ignored (Inspect) Jul 13, 2022 at 1:33AM (UTC)

@aaronleopold aaronleopold merged commit 1af51ae into main Jul 13, 2022
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