Victor Stewart

Results 54 comments of Victor Stewart

another variable here is that it's a false assumption (at least one i had myself) that standard libraries aren't using vector instructions. I read some of the libc source code,...

ice lake is bringing us these goodies! (less frequency downscaling). ![image](https://user-images.githubusercontent.com/17534897/99663229-30dcc800-2a5e-11eb-92ef-8d7eb6be6240.jpeg)

for reference, facebook.com is 324KB

i followed the instructions on the web README.. ``` cargo build --package tour --target wasm32-unknown-unknown wasm-bindgen ../target/wasm32-unknown-unknown/debug/tour.wasm --out-dir tour --web ``` and got these files.. ``` 1.5K Jul 13 21:51...

okay great. using release i got.. `868K Jul 13 23:40 tour_bg.wasm` and post processing with `wasm-opt -Oz -o tour_bg_small.wasm tour_bg.wasm` i got the size down to 670K. what percentage of...

funny i just check out your hash table the other day. msquic can't be added here because it handles its own sockets/event loop and there's no way to bifurcate out...

i'll speak with the msquic maintainer about roping in a binary build here though

can't stress enough how important it is for this to never happen again

i'm getting the same failure https://github.com/libssh2/libssh2/issues/1369#issue-2245010401