Re: [R-pkg-devel] Searching examples in source code

2022-05-08 Thread Greg Hunt
Indeed, and since this is a database client, the question is not just the elapsed time of the client code, but the optimisation opportunities need to be viewed as a proportion of the overall request time: client time, network time, typical and minimum database server time. On Mon, 9 May 2022 at 05

Re: [R-pkg-devel] Searching examples in source code

2022-05-08 Thread Joshua Ulrich
Hi Ben, On Sat, May 7, 2022 at 4:24 PM Ben Engbers wrote: > > Hi, > > My package (RBaseX) is written entirely in R. The performance is not bad > but to further improve the performance I want to investigate to what > extent use of C++ makes sense. Problem is that I have little experience > with C+