microbenchmark
There are 43 repositories under microbenchmark topic.
evanwashere/mitata
benchmark tooling that loves you ❤️
martinus/nanobench
Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20
p-ranav/criterion
Microbenchmarking for Modern C++
bazhenov/tango
Rust microbenchmarking harness based on paired-testing methodology
sjfeng1999/gpu-arch-microbenchmark
Dissecting NVIDIA GPU Architecture
JuliaLang/Microbenchmarks.jl
Microbenchmarks comparing the Julia Programming language with other languages
Dr-Noob/peakperf
Achieve peak performance on x86 CPUs and NVIDIA GPUs
scivision/python-performance
Performance benchmarks of Python, Numpy, etc. vs. other languages such as Matlab, Julia, Fortran.
IBM/microprobe
Microprobe: Microbenchmark generation framework
seriyps/rebar3_bench
Microbenchmark plugin for rebar3
fullzer4/pybenchx
🧪✨ Focused microbenchmarks for Python - fast iteration, precise timing, shareable results.
jonathanhefner/benchmark-inputs
Input-focused benchmarking for Ruby
IBM/chopstix
ChopStix: framework to extract representative microbenchmarks
mzcu/minibench
Tiny, zero-dependency, header-only microbenchmarking library for C
yashLadha/node-microbenchmark
Micro benchmarking library for Node.JS 🚀
f-koehler/cpp-perf
Small header-only C++11 to measure code execution time and performance.
sokuteihq/sokutei
Platform-independent microbenchmarking in C.
LegalizeAdulthood/benchmark-example
Example of using Google's benchmark library
sureshg/jmh-bench-sample
⌛ A sample repo for building and visualize Java and Kotlin benchmarks with JMH.
D-Sketon/js-bench
Next.js frontend for JavaScript performance benchmarking using Mitata
IgorKolodziej/R_packages_benchmark
Processing data using different R libraries and comparing their performance.
illarionov/sqlite-driver-benchmark
Benchmarks of the androidx.sqlite.SQLiteDriver imlplementations
OrangePomeranian/Analiza_Danych_projekt
Finding mutations in genomic data with the use of the chi2 test and Parallel functions in Python and R
paulhondola/Benchmark-Suite
Cross-platform Benchmarking Tool with Integrated System Metrics
rfgplk/bbench
a lightweight Linux benchmarking library written in C++20
rucek/jmh-demo
Java Microbenchmarking Harness (JMH) demo with pitfalls: loop optimization, dead code and constant folding
SarthakMakhija/microbenchmarking-internals
The repository contains my analysis and dissection of Google benchmark (C++) and Go benchmark.
stephengold/UBench
A microbenchmarking workbench for Java
AMRE-LPS/AMRE-2024-LPS
AMRE 2024: Computer Hardware Analysis for Automated System Modeling for the Laboratory for Physical Science
HadrienG2/subwoofer
Assessing the impact of subnormals on your CPU's performance
AmruthaPatil/NYU-MicroBenchmark
Investigates the performance of computing the dot product in C and Python, using various implementations and optimizations.
mrk-andreev/medium_a8a166e564b3
https://medium.com/@mark.andreev/how-to-migrate-your-python-library-to-r-programming-language-a8a166e564b3
mrobinson102/R-CodeReasoning-Portfolio
Portfolio of R code samples showcasing algorithm design, benchmarks, and test automation — aligned with Turing's Sr. R Engineer role.
Sharp0802/ubench
uBench is a microbenchmark framework focusing on simplicity and precision, written with C++17
YektaDev/IntersectionBenchmark
Microbenchmarking the intersection of two random-filled lists, with & without the use of concurrency.