0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
compiling flag More... over 9 years ago
Small fixes. Thanks to Julius Goryavsky More... over 9 years ago
No need for readme, read the blog More... over 9 years ago
Update README content More... over 9 years ago
HTTP parsers benchmark More... over 9 years ago
When DCACHE1_LINESIZE = 0 or isn't defined the compilation fails. More... over 9 years ago
Update coding style More... over 9 years ago
Lockfree queue: 1). more clever busy loop; 2). time measurements for all the tests; 3). Use only 4 threads to run on desktops. More... over 10 years ago
AVX2: C-loop optimization proposed by Melzzzzz in comp.lang.asm.x86 More... over 10 years ago
AVX2: add nice comments More... over 10 years ago
AVX2: eliminanate unnecessary compiler optimizations in benchmark loop, more performance AVX2 implementation More... over 10 years ago
avx2: add inline More... over 10 years ago
AVX2 benchmark More... over 10 years ago
Add comments for TRX backoff More... over 10 years ago
TSX: add random fallback and waiting on spinlock releasing More... over 10 years ago
Fix misprints More... over 10 years ago
Intel TSX benchmark More... over 10 years ago
Adjust exception specification according to C++11 More... over 10 years ago
Add boost::lockfree to the test cases More... almost 11 years ago
Fix compilation with G++ 4.8 More... almost 11 years ago
Remove redundant for x86 fences More... over 11 years ago
More accurate memory barriers and load sharing prevention More... over 11 years ago
C++ coding style More... over 11 years ago
NatSys Lab codding style More... over 11 years ago
add false sharing fixme comment More... almost 12 years ago
Add comment about GCC versions More... about 12 years ago
Fix linkage for 4.6.1-9ubuntu3 More... over 12 years ago
Move from C++11 to GCC __sync intriniscs to reduce number of mfences More... over 12 years ago
Move to C++11 from gcc intrinsics, cleanups More... over 12 years ago
Naive and lock-free queues implementation with tests More... over 12 years ago