Christopher Jacoby
Christopher Jacoby
Trying to think this through; what are the use cases here? Do we always want random states to be global to the parent/factory streamer? Or only in the case where...
(I'm happy to make this change if y'all ok that as a good plan)
Ok :+1: On Tue, Mar 13, 2018 at 10:33 AM Brian McFee wrote: > I think it would be a lot clearer if we just subclassed the randomstate to >...
I'm on board with this; for Mux, all Random State is handled by basically that one [logic block](https://github.com/pescadores/pescador/blob/master/pescador/mux.py#L401) @ejhumphrey mentioned, so modifying that to enforce random states to use our...
Based on our IRL conversation the other day, and this comment, I agree that this*should* work, although I'm not familiar with the internals of random state to know for sure....
An incomplete thought; what about namedtuples? namedtuples are nice, 'cause you can treat them sort of either way, though admittedly, namedtuples don't exactly behave like dicts, but they have order,...
It was in a work thing; I'll try to refactor it into something sharable in the next couple days. (I'm on the road to Seattle all day today, won't have...
I agree. I've been thinking about this. Want to hang about it soon? Free almost all of tomorrow and PT morning Saturday. On Thu, Mar 2, 2017, 09:52 Brian McFee...
Thinking about making another `pescadores` repo to do this. `pescador-benchmarks` or something. Thoughts?
I think you're probably correct; what you describe jives with my experience. I use `mux` and `buffer` in tandem a lot, so at the end of the day they they...