Selene Point Add...
Reference took 1071ms, your implementation took 863ms
Improvement: 19.42%, Weight: 30%, Weighted Improvement: 5.83%
Helios Point Add...
Reference took 1109ms, your implementation took 831ms
Improvement: 25.07%, Weight: 15%, Weighted Improvement: 3.76%
This gist contains captures of the 5 ZMQ message types that can be subscribed to:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdint.h> | |
#include <time.h> | |
#include <unistd.h> | |
#include <sys/syscall.h> | |
#include <linux/futex.h> | |
int | |
futex_sleep (time_t seconds, long nanoseconds) | |
{ |