Bruce

Results 6 comments of Bruce

My thoughts are that there is a pedestrian queue, which if empty is created and a pedestrian added. if it exists, a pedestrian is added. It should be a single...

Regarding speed: There seems to be several different waling speeds. First, there is a speed for each pedestrian, which as was mentioned above, it is a uniform value between a...

Additionally, there are regions where crosswalks turn all lights red and allow for unrestricted (diagonal) crossing. Last I looked, there was no way to handle such things. I also recall...

`--disable_handle_uber_turns` no longer works. This is one of the likely crashes you'll run into: `thread 'main' panicked at 'assertion failed: self.currently_inside_ut.is_none()', map_model/src/pathfind/mod.rs:276:9`

I do. You can fork my d3 repo [here](https://github.com/BruceBrown/d3) and checkout the 0.1.1 tag. In there you'll find a test-server example. You can configure various exercisers. I usually create 5000...

I've recently created a github to compare and contrast various channel implementation -- both async and sync. There I simulate a server, running a 5 element pipeline (a real server...