Commit 45ee41f
authored
APP-5362 : feat: integrate uvloop for improved asyncio performance (#179)
* feat: integrate uvloop for improved asyncio performance
* feat: add uvloop integration for improved asyncio performance across the application
* refactor: remove uvloop integration from various files
* test: add unit tests for event loop implementations and performance comparison
* refactor: clean up whitespace and formatting in event loop tests
* test: simplify event loop tests by removing unnecessary assertions and imports
* refactor: add whitespace for improved readability in decorators module
* refactor: remove obsolete event loop tests and related imports1 parent cf70201 commit 45ee41f
3 files changed
Lines changed: 88 additions & 90 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments