alphapapa / org-web-tools

View, capture, and archive Web pages in Org-mode
GNU General Public License v3.0
647 stars 33 forks source link

Fix: (-get-url) Improve performance #43

Closed juergenhoetzel closed 3 years ago

juergenhoetzel commented 3 years ago

Decode to string instead of creating a temporary buffer.

Also fixes byte compiler warnings.

alphapapa commented 3 years ago

Is that a "no"? :) Anyway, we could still fix the byte-compiler warning...

juergenhoetzel commented 3 years ago

Is that a "no"? :) Anyway, we could still fix the byte-compiler warning...

:rofl: Yep... It was micro-optimisation from the beginning and ended in a worse performing solution ;-)

alphapapa commented 3 years ago

Haha, okay, thanks anyway.