JeffLIrion / adb_shell

A Python implementation of ADB with shell and FileSync functionality.
Apache License 2.0
530 stars 60 forks source link

Support multiple streams (sync code) #172

Closed JeffLIrion closed 3 years ago

JeffLIrion commented 3 years ago

@Suwolia multiple streams should work with this branch.

JeffLIrion commented 3 years ago

@atti92 any chance you could repeat the benchmarking from https://github.com/JeffLIrion/adb_shell/pull/105 with this branch? It would be interesting to see what impact the thread locks have on performance.