rygorous / atomic_ops_test

Small benchmark for performance of atomic operations on x86-64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a quick test to measure the throughput of different types of (atomic)
memory operations on x86-64 running Windows. To compile, you'll need the Visual
C++ compiler and YASM (see b.bat).

Or just run the binary if you're into running random EXEs you got from the internet.

About

Small benchmark for performance of atomic operations on x86-64.


Languages

Language:C 62.8%Language:Assembly 35.9%Language:Shell 1.3%