google-benchmark
There are 48 repositories under google-benchmark topic.
ashvardanian/less_slow.cpp
Playing around "Less Slow" coding practices in C++ 20, C, CUDA, PTX, & Assembly, from numerics & SIMD to coroutines, ranges, exception handling, networking and user-space IO
unum-cloud/ucsb
Wide NoSQL benchmark for RocksDB, LevelDB, Redis, WiredTiger and MongoDB extending the Yahoo Cloud Serving Benchmark
lakshayg/google_benchmark_plot
A handy script to visualize google benchmark output
PhDP/cuda-cmake-gtest-gbench-starter
A cross-platform CUDA/C++17 starter project with google test and google benchmark support.
gaujay/jomt
Google Benchmark data visualization tool
asit-dhal/BenchmarkViewer
Google Benchmark Data Viewer
hiraditya/std-benchmark
A benchmark for standard libraries
yassram/iterative-closest-point
Iterative closest point GPU and CPU implementations (google benchmark)
bytebat/beast
benchmark analysis and summary tool
ashvardanian/HashTableBenchmark
A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world
ArminGh02/sorting-algorithms
STL-like implementations of sorting algorithms.
OrhanKupusoglu/concurrent-queue
Thread-safe queue tested with Google Test, calculates Taxicab Numbers
AlbertZheng/cmake-gbenchmark-gtest-boilerplate
A cross-platform C++17 boilerplate project with cmake, Google Benchmark and Google Test frameworks support.
iblis-ms/tutorials
Some tutorials.
TmLev/skipper
Various skip list implementations
Agbar/enigma-optima
Optimized client application for Enigma@Home project
krai/axs2gcp
Automated KRAI X workflows for Google Cloud Platform
nazavode/meetupcpp-dec-2018
Stuff for the talk "Understanding performance with Google Benchmark" at the Italian C++ Community meetup @ Modena, Italy
wasimusu/cpp_project
CPP template project setup for reference. It includes Google Test, Google Bechmark, Continous Integration using Travis CI and Sphinx documentation on readthedocs.
billyzs/bench
Demo for using Google Benchmark and Apple's MLX
CodSpeedHQ/codspeed-cpp
C++ libraries to create CodSpeed benchmarks
fedemengo/algorithms-and-data-structures
Collection of algorithms and data structures
HappySeaFox/sail-benchmark
🚀 Collection of benchmarks to measure images loading times across different C/C++ imaging libraries.
murfel/multiqueue
🐙 An implementation of a concurrent relaxed priority queue
aburdulescu/gbenchdiff
Diff results of two C++ google benchmarks
FrederikTobner/AdventOfCode2024
Solutions for the Advent of Code 2024
iblis-ms/conan_gbenchmark
Conan.io configuration files for GTest and GBenchmark to easily use GBenchmark in C/C++ projects through Conan.io dependency manager.
m4drat/memplusplus-benchmarks
Set of benchmarks for mem++ allocator
Sefray/NuitsBlanches_GPU
This repository contains multiple C++/GPU version of a pipeline for object detection. This project has been done for a GPU class at EPITA.
Toxe/google-benchmark
C++ Benchmarks with Google Benchmark
unum-cloud/PyStats2MD
Generate Markdown tables & Plotly charts from Google Benchmark outputs or directly in Python!
nachiketa3299/CAlgo
CS studies written in pure C
MangaD/CppDSA
My personal study on Data Structures and Algorithms in C++.
sbstndb/gb_regression
Performance Regression tool based on Google Benchmark output
sbstndb/vectorized_find
Experimentations on the find function on vectors in c++