gfodor / p2pcf

Low cost, low effort P2P WebRTC serverless signalling using Cloudflare Workers
MIT License
964 stars 53 forks source link

perf: reduce amt of objects constructed #11

Closed ThaUnknown closed 2 years ago

ThaUnknown commented 2 years ago

minor speed increase

ThaUnknown commented 2 years ago

I was a bit hammered when I made this, sorry for the ugly code lol

gfodor commented 2 years ago

LGTM, thanks for the PR!

gfodor commented 2 years ago

fyi this code was actually wrong - encode and decode were swapped and both were missing calls to bind to ensure they worked

ThaUnknown commented 2 years ago

aaaaa, so drunk me was thinking correctly after all, the original used bind