Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foosel/ep2021lt
A spontanous Lightning Talk at EuroPython 2021 born out of a question I had during Miroslav Šedivý's talk "Should We Return to Python 2?"
https://github.com/foosel/ep2021lt
Last synced: 17 days ago
JSON representation
A spontanous Lightning Talk at EuroPython 2021 born out of a question I had during Miroslav Šedivý's talk "Should We Return to Python 2?"
- Host: GitHub
- URL: https://github.com/foosel/ep2021lt
- Owner: foosel
- Created: 2021-07-30T11:52:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T08:35:41.000Z (over 3 years ago)
- Last Synced: 2024-10-29T11:32:41.740Z (2 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `time.monotonic` vs `time.perf_counter`: What's the difference?
A spontanous Lightning Talk at EuroPython 2021 born out of a question I had during [Miroslav Šedivý](https://github.com/eumiro)'s talk [Should We Return to Python 2?](https://ep2021.europython.eu/talks/4Sw3dsp-should-we-return-to-python-2/).
👉 [Slides](https://foosel.net/slides/ep2021lt/)
2021-08-02: Updated with some info on the MacOS implementation (spoiler: pretty much the same as Linux).