Filipe Oliveira (Personal)

Results 190 issues of Filipe Oliveira (Personal)

## Problem The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons...

Please take in consideration the fact discussed in several questions on stack overflow (http://stackoverflow.com/questions/41972522/c2143-c2518-when-trying-to-compile-project-using-boost-multiprecision) regarding templates in **boost::multiprecision use std::unary_function, which has been deprecated since C++11 and was removed from...

This PR improves the overall vanilla YCSB redis implementation on: **writes**: - pipelining the HMSET and ZADD **deletes**: - pipelining the DEL and ZREM **reads**: - using HGETALL using HGETALL...

Following up on Security Vulnerability CVE-2021-45105

security

## Problem The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons...

## Problem The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons...

## Problem The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons...

This PR adds small changes that we're already using: - Adds a progress detail on the downloaded files - Allows to filter by a specific client count on the search...

From v8.10 to v8.12 the dense vector limit move from 2048 to 4096. The benchmark should adjust it accordingly in https://github.com/qdrant/vector-db-benchmark/blob/5b9bffbe7fecff24b8885650049b9e1fdc798f00/engine/clients/elasticsearch/configure.py#L53 Further docs: https://www.elastic.co/guide/en/elasticsearch/reference/current/dense-vector.html#index-vectors-knn-search old v8.10 reference: https://www.elastic.co/guide/en/elasticsearch/reference/8.10/dense-vector.html#dense-vector-params new v8.12...