Sven-Hendrik Haase

Results 140 issues of Sven-Hendrik Haase

I'm just starting out with combine and I'm having a hard time dealing with what I assume are common errors and mistakes. It would help if there were a guide...

docs

I'm reporting this for rand. Basically the issue is that `cargo web prepare-emscripten` fails on master but not in PRs. Super weird but doesn't appear to be caching related. Failed...

We should benchmark this against a few other implementations to figure out where we are: * https://github.com/brandonpelfrey/Fast-BVH * https://embree.github.io/ * https://github.com/rkruppe/beevage.rs * https://github.com/ruuda/convector * https://github.com/kvark/collision-rs/tree/master/src/dbvt * https://github.com/lohedges/aabbcc * https://github.com/sebcrozet/ncollide/tree/master/ncollide_geometry/partitioning

It should be possible to make the building parallel. Look into rayon (http://smallcultfollowing.com/babysteps/blog/2015/12/18/rayon-data-parallelism-in-rust/#rayons-core-primitive-join).

See the [official cargo layout](http://doc.crates.io/guide.html#project-layout). Keep in mind that only integrations tests should go to tests/ and not the unit tests.

enhancement

Hey everyone, don't worry, this isn't unmaintained. I'm currently in the process of rewriting this due to some design issues I found with this project which I took over (no...

For testing purposes, it would be nice if we could alternatively choose to stream the body using a chunked transfer-encoding.

https://vapor.codes/