Create your own GitHub profile
Join the platform over 31 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Pinned
957 contributions in the last year
Contribution activity
April 2019
- Lokeh/clinch Clojure
Created a pull request in Lokeh/hx that received 1 comment
Hiccup parsing perf improvements
Before:
react x 1,468,464 ops/sec ±1.52% (57 runs sampled)
reagent x 325,920 ops/sec ±0.38% (62 runs sampled)
hx x 44,782 ops/sec ±0.65% (58 runs s…
+323
−362
•
1
comment
Created an issue in cljdoc/cljdoc that received 1 comment
Handle string requires in CLJS
Currently, cljdoc throws an error when analyzing CLJS code that has string requires in the ns form, like:
(ns foo.bar (:require ["baz" :as baz]))
I…
1
comment