yeargun

↗ HN profile [ 50.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. LilScript is a typed, compression-first language that compiles into js and sometimes into exec(will be more stable in future). The compiler mangles, reshapes the program into optimized js that happens to be 5-15%…

  2. DOM rendering has been the main performance bottleneck for the web apps for years. I added 2 NEW JS APIs to Chromium so DOM rendering is no longer the bottleneck. Here's how it works: 1- You can rasterize any divs,…

  3. I've built a web based pdf/docx/pptx editor and a format .ldf When compared to pdf, it's: - Fully editable, collaborative - Faster - Smaller in size - Fully streaming (you only load the pages you view/about to view) -…