Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
TyOverby opened a pull request on ocsigen/js_of_ocaml
precompute lxm constants
`caml_int64_of_string` is quite slow. Move the call from the body of `caml_lxm_next` to a constant. Making this change resulted in a 2x speedup of some "random"-heavy code that I found.TyOverby created a branch on ocsigen/js_of_ocaml
precompute-lxm-constants - Compiler from OCaml to Javascript.