Skip to content

Instantly share code, notes, and snippets.

@joelnn
joelnn / .rvmrc
Created June 17, 2017 14:58 — forked from danielnc/Gemfile
Ruby-based Benchmark of MessagePack vs. JSON vs. Yajl vs. Protobuffers vs. MultiJson vs. Marshal vs. YAML vs. BSON
rvm --create 1.9.3@benchmarks
@joelnn
joelnn / build.gradle
Created March 24, 2016 19:07 — forked from santanuchakrabarti/build.gradle
Default Gradle build file to run nREPL server by Clojuresque
buildscript {
repositories {
mavenCentral()
maven { url 'http://clojars.org/repo' }
}
dependencies {
classpath 'clojuresque:clojuresque:1.7.0'
}
}