There is currently a large gap in performance between the run time of test/test1000.cpp and an equivalent test with QSRV.
Some cursory profiling shows that PUT for both single and group PVs currently looks up the list of OS groups for every operation. This need only be done once per connection.
There is currently a large gap in performance between the run time of
test/test1000.cppand an equivalent test with QSRV.Some cursory profiling shows that PUT for both single and group PVs currently looks up the list of OS groups for every operation. This need only be done once per connection.