Skip to content

Instantly share code, notes, and snippets.

View taegyunkim's full-sized avatar

Taegyun Kim taegyunkim

View GitHub Profile
rpm -e --allmatches --nodeps libibverbs1 librdmacm1 libibumad3 perftest infiniband-diags libibverbs1 libibnetdisc5 libibumad3 libibmad5 librdmacm1 libosmcomp3 libopensm5
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
error: package libibverbs1 is not installed
error: package librdmacm1 is not installed
error: package libibumad3 is not installed

Keybase proof

I hereby claim:

  • I am taegyunkim on github.
  • I am taegyunkim (https://keybase.io/taegyunkim) on keybase.
  • I have a public key ASBcUBqUqdrXAnDXag0CL5kjxLie4gjv3xBUPh4hv3TLBQo

To claim this, I am signing this object:

=== RUN TestCount2B
Test (2B): RPC counts aren't too high ...
[0] RequestVote [1]
[0] RequestVote [2]
[0] Heartbeat [2]
[0] Heartbeat [1]
[0] Heartbeat [2]
[0] Heartbeat [1]
[0] Heartbeat [2]
[0] Heartbeat [1]
@taegyunkim
taegyunkim / flame.svg
Last active February 14, 2020 16:08
CPU time analysis for `cargo run --release ./examples/hackers_delight/p1.wat` @ b4c89610
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@taegyunkim
taegyunkim / flame.svg
Last active February 17, 2020 16:22
Perf analysis of ./examples/hackers_delight/p7.wat at 15b989c
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@taegyunkim
taegyunkim / flame2.svg
Last active February 17, 2020 16:33
CPU time analysis for `cargo run --release ./examples/hackers_delight/p7.wat` @ b4c89610
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@taegyunkim
taegyunkim / flame3.svg
Last active February 17, 2020 16:58
CPU time analysis for `cargo run --release ./examples/hackers_delight/p7.wat` @ b4c89610
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
(module
(type (;0;) (func (param i32) (result i32)))
(type (;1;) (func (param i32 i32 i32) (result i32)))
(type (;2;) (func (param i32 i32) (result i32)))
(type (;3;) (func (param i32)))
(type (;4;) (func (param i32 i32 i32)))
(type (;5;) (func (result i32)))
(type (;6;) (func (param i32 i32)))
(type (;7;) (func))
(type (;8;) (func (param i32 f64 i32 i32 i32 i32) (result i32)))
@taegyunkim
taegyunkim / gist:8d45175554cf81729c63032cd3258dca
Created February 24, 2020 21:41
An example run for use-local.wat
$> cargo run --release -- ./examples/use-local.wat
   Compiling rocinante v0.1.0 (/mnt/c/Users/ktaeg/Workspace/rocinante)
    Finished release [optimized] target(s) in 5.27s
     Running `target/release/rocinante ./examples/use-local.wat`
(module
  (type (;0;) (func (param i32) (result i32)))
  (func $use-local (type 0) (param i32) (result i32)
    (local i32)
    local.get 0