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

Faster build time #47

Open
nmeylan opened this issue Apr 10, 2024 · 0 comments
Open

Faster build time #47

nmeylan opened this issue Apr 10, 2024 · 0 comments

Comments

@nmeylan
Copy link
Owner

nmeylan commented Apr 10, 2024

Reduce number of dependencies, evaluate migration of following dependencies:

  1. serde -> nanoserde
  2. sqlx (serde) -> rust-postgresql
  3. regex -> regex_lite
  4. flexi_logger (regex) ->

Before

clean build: 1m11s
configuration build: 7s
change in server + build: 10s

After

clean build:
change in server + build:

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

No branches or pull requests

1 participant