Skip to content

Commit

Permalink
README: refac notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Oct 9, 2024
1 parent 5fcf311 commit 776558d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,7 @@ with open("./quadruped_pokemons.csv", mode="w") as file:
)
```

## CPU-bound tasks
For CPU-bound tasks, consider using the [`PyPy`](https://github.com/pypy/pypy) interpreter whose *Just In Time* (JIT) compilation should drastically improve performances !

## change logging level
## logging level
```python
logging.getLogger("streamable").setLevel(logging.WARNING) # default is INFO
```
Expand Down

0 comments on commit 776558d

Please sign in to comment.