yeargun

↗ HN profile [ 232 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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,…

  2. 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) -…