jeremychone

↗ HN profile [ 62.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. GCC Gets a New Front End for Rust (developers.slashdot.org)
  2. 1) Start with `strict: true` from the get-go. Looseness should be the exception, strong null checking is one of the great TS value. 2) Be function first, OO as needed. Don't try to mimic Java Class-for-everything coding…

  3. (data file 16Mb to 20Mb) - JSON: stringify 161ms; parsing 155ms - JS-YAML: stringify 13599ms; parsing 813ms - YAMLJS: stringify 1009ms; parsing 4714ms https://gist.github.com/jeremychone/700b6ed721565e2488a2cff60b5ad749…