You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/source/index.rst
+1
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,5 @@ On top of that, some improvement makes v2.x preferable over v1.x
47
47
- Sending data with a generator is now possible, accommodating use cases with large payloads
48
48
- The module is fully type-hinted
49
49
- It is possible to use a busy-wait to achieve even more precise timings. See the :ref:`wait_func parameter<param_wait_func>`
50
+
- Performances on Windows are greatly improved by the usage of ``time.perf_counter`` instead of ``time.monotonic``. See `issue #113 <https://github.com/pylessard/python-can-isotp/issues/113>`_
0 commit comments