Mindaugas Vinkelis

Results 10 issues of Mindaugas Vinkelis

It wasn't possible to write tests for objects that is not `Send + Sync` before, this PR solves this problem.. * Removed `rayon` crate (which require Send + Sync) to...

Hello, Resolving backtrace (at least for the first time) is very slow, but this is not something that can be solved (I guess). However, not all frames are equally useful,...

## Features - new public function *override_usb_properties* to be able to customise USB defines for the board. ## Build improvements - Added *CMAKE_CXX_STANDARD 11* required for USB support. Also added...

Hello, Following #4058 discussion (about statement caches), I want to propose a possible solution. Since rebuilding statement cache on error is not an option (at least for PostgreSQL). The only...

run-benchmarks

Hello, I wasn't sure how to contribute to this project, so I hope this is a right place to start discussing. Basically this revision solves real problem that I had...

## Changes Absolute minimum changes to `ValueMap` in order to provide interface that can be applied for all kinds of metrics. I've tried to make this revision as small as...

## Problem At the moment there's zero code reuse in DataPoints collection phase. Due to too much copy/paste there are few issues: * there are inefficiencies by doing unnecessary `.clone()`...

Most metrics has optimized `measure` phase by using `ValueMap`. However `ExpoHistogram` has it's own implementations. This implementation is not only lacking performance improvements, but also some important functionality (e.g. there's...

## Changes Same functionality as in #2506, but in my opinion a bit simpler and even cleaner. The thing that I especially like, is how elegant is concrete implementation for...

## Changes Changed `PushMetricExporer::export` signature. `fn export(&self, metrics: ResourceMetricsRef