Skip to content

Instantly share code, notes, and snippets.

View renxida's full-sized avatar

Xida Ren renxida

  • Seattle, WA
  • 01:19 (UTC -07:00)
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@renxida
renxida / test_custom_metric_corr.ipynb
Created November 19, 2018 16:12
test_custom_metric_corr.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@renxida
renxida / replicate_talos_float_err.ipynb
Created November 19, 2018 16:07
replicate_talos_float_err.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@renxida
renxida / build_local_tmux.sh
Last active June 4, 2018 16:01 — forked from hiwonjoon/build_local_tmux.sh
Install tmux without root
#!/bin/bash
set -e
TMUX_VERSION=2.7
LIBEVENT_VERSION=2.0.22-stable
NCURSES_VERSION=6.0
mkdir -p $HOME/.local
mkdir -p $HOME/src
| n| algorithm 1| algorithm 2| algorithm 3|
|:--------:|---------------|---------------|---------------|
| 100000| 2.13| 12.28| 9.54|
| 300000| 7.08| 37.36| 34.43|
| 1000000| 30.77| 123.44| 136.25|
| 3000000| 79.75| 370.81| 473.37|
| 10000000| 204.84| 1252.61| 1729.56|
| 30000000| 819.77| 3706.78| 5852.94|
| 100000000| 2746.61| 12257.50| 21669.14|