-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing dependencies to speed up startup (#10249)
Reducing the number of dependencies. Explicit `cats` are almost gone (present in `cli`). `enumeration` is completely gone. `cats` is also still included implicitly via `io.circe` but that's a different kind of beast. Also, really removed `jackson` from dependencies by fixing the dependency on `http-test-helper`. # Important Notes In a number of places importing all cats implicits could be simply replaced with a single or two method calls. Not to mention that this will reduce compilation times due to reduced implicit search space. One example of how the changes affect performance (not only startup): Before: ![Screenshot from 2024-06-11 12-05-24](https://github.com/enso-org/enso/assets/292128/a1a772a9-635d-4a16-a543-e2fd2124a22c) Now: ![Screenshot from 2024-06-11 14-27-47](https://github.com/enso-org/enso/assets/292128/b17c7fcc-9a6d-48b9-8200-60708354ee03) (frequently executed) ![Screenshot from 2024-06-12 12-46-34](https://github.com/enso-org/enso/assets/292128/31bc4dfd-4edc-45c9-9c5d-13e3472089b9) Also appears to be gone. This PR is by no means finished. The purge will continue in follow up PRs.
- Loading branch information
Showing
227 changed files
with
450 additions
and
11,562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
distribution/engine/THIRD-PARTY/com.beachape.enumeratum-circe_2.13-1.7.2/NOTICES
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
distribution/engine/THIRD-PARTY/com.beachape.enumeratum-macros_2.13-1.6.3/LICENSE
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
distribution/engine/THIRD-PARTY/com.beachape.enumeratum_2.13-1.7.2/NOTICES
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.