Replies: 1 comment
-
Well, I'm not sure of the internals of Unfortunately, I've never done benchmarking of reproc's performance at this level as performance has never really been a goal of reproc. If you do some profiling and make PRs that improve performance without severely complicating the code, I wouldn't mind reviewing them. I don't really have the time (or motivation) to do this myself though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is in line with my follow up question in #56
I ran some benchmarks using the Google Benchmark framework
This was the output I got
The reason why I have run reproc is blocking mode is to simulate the system C API. Later to improve throughput I can use Threads to speed up the overall work done.
Question
The Time taken by the reproc blocking API is lesser when measured over 100 iterations, However, the CPU time is much much higher.
Beta Was this translation helpful? Give feedback.
All reactions