sienori / Tab-Session-Manager

WebExtensions for restoring and saving window / tab states
https://tab-session-manager.sienori.com/
Mozilla Public License 2.0
1.91k stars 188 forks source link

Favicon PNG encoder in WASM instead of JS #1379

Open bwdq opened 3 months ago

bwdq commented 3 months ago

I have many tabs and TSM lags my browser quite a lot. I profiled Firefox and found the culprit was UPNG js PNG encoder found in ./docs/compressor/browser-image-compression.js

I have 1 CPU core with 100% utilization encoding PNG's.

This is my proof of concept WASM PNG encoder shim.

Let me know what I can do to make this mergeable.