microbenchmark
There are 34 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++
JuliaLang/Microbenchmarks
Microbenchmarks comparing the Julia Programming language with other languages
sjfeng1999/gpu-arch-microbenchmark
Dissecting NVIDIA GPU Architecture
bazhenov/tango
Rust microbenchmarking harness based on paired-testing methodology
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
jonathanhefner/benchmark-inputs
Input-focused benchmarking for Ruby
IBM/chopstix
ChopStix: framework to extract representative microbenchmarks
yashLadha/node-microbenchmark
Micro benchmarking library for Node.JS 🚀
mzcu/minibench
Tiny, zero-dependency, header-only microbenchmarking library for C
f-koehler/cpp-perf
Small header-only C++11 to measure code execution time and performance.
sokuteihq/sokutei
Platform-independent microbenchmarking in C.
sureshg/jmh-bench-sample
⌛ A sample repo for building and visualize Java and Kotlin benchmarks with JMH.
IgorKolodziej/R_packages_benchmark
Processing data using different R libraries and comparing their performance.
OrangePomeranian/Analiza_Danych_projekt
Finding mutations in genomic data with the use of the chi2 test and Parallel functions in Python and R
rucek/jmh-demo
Java Microbenchmarking Harness (JMH) demo with pitfalls: loop optimization, dead code and constant folding
bearmug/jmh-benches
JMH benchmarks collection to evaluate interesting cases and pitfalls
utsabsingharoy/ShortPerfs
Personal microbenchmarking
wkoszolko/cache-miss
Testing the influence of cache misses in Java.
AMRE-LPS/AMRE-2024-LPS
AMRE 2024: Computer Hardware Analysis for Automated System Modeling for the Laboratory for Physical Science
AmruthaPatil/NYU-MicroBenchmark
Investigates the performance of computing the dot product in C and Python, using various implementations and optimizations.
cwpearson/bench
Protoype C++11 MPI benchmark support library inspired by google/benchmark.
Eterneaprog/MicroBenchmark
Ce repository vous apprendra à vous servir de la fonction microBenchmark avec un petit cours et des exercices
milladgit/gecko-microbench
Microbenchmarks for Gecko
mrk-andreev/medium_a8a166e564b3
https://medium.com/@mark.andreev/how-to-migrate-your-python-library-to-r-programming-language-a8a166e564b3
pseyfert/small_vectors
some micro benchmarking with small vector classes
YektaDev/IntersectionBenchmark
Microbenchmarking the intersection of two random-filled lists, with & without the use of concurrency.