Matthieu Pizenberg

Results 90 comments of Matthieu Pizenberg

> What are your thoughts on the various numerical issues described at https://en.wikipedia.org/wiki/Bentley%E2%80%93Ottmann_algorithm#Special_position_and_numerical_precision_issues? Polylines/polygons will certainly often have vertical segments and by definition will have segments with coincident endpoints. The...

Hi, I mentionned last time in elm discuss that I had some addition to LineSegment2d and it was for the intersection so glad to see that it was already planned...

Good point, currently only exact parallelism is taken into account (same for collinearity). I guess another function with an angle tolerance would make sense, but also make the computation a...

Wasm on its own does not know about a file system. There is a [WASI](https://wasi.dev/) (WebAssembly System Interface) spec that enables system calls for web assembly modules if the runtime...

Yep, they like to joke that "wasm is neither Web, nor assembly" :) I'll try to have a look at it when I get some time then, to let you...

Yes, here is the corresponding profile. [Profile-20190423T170034.zip](https://github.com/image-rs/image-png/files/3108170/Profile-20190423T170034.zip)

This is chromium dev tools that I used. If you unzip the file. You can load it in chromium/chrome dev tools in the performance tab, load profile button.

Ok I'll try to see if I can do some similar minimalist wasm example for the inflate crate to figure out what is going on there. Thanks for your time!

I've been rewriting a [PNG decoder](https://github.com/mpizenberg/png-decoder) because diving into the png crate was not the easiest. It doesn't cover all the spec but works for images without palette or interlaced...

I'm facing the same issue on Archlinux. ```txt Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 404 security advisories (from /home/matthieu/.cargo/advisory-db) Updating crates.io index fish: Job 1, 'cargo audit' terminated by signal...