Ragnar Rova

Results 43 comments of Ragnar Rova

I am leaning towards having an execution strategy that supports pure objects and uses structured concurrency natively, without the need for wrapping everything in CompletableFutures. This is especially an overhead...

VTs ought to make performance analysis a bit easier, both for user code and especially when it comes to parts inside the graphql engine. Right now, a flamegraph can sometimes...

We use this workaround ```kotlin /** * ChainedInstrumentation is slow, so we use this class to more manually combine multiple instrumentations into one. */ class FastGraphQLInstrumentations( private val searchQueryCacheTTLInstrumentation: SearchQueryCacheTTLInstrumentation,...