Jack Thomson

Results 42 comments of Jack Thomson

Also fixed a warning about setting state if the component is unmounted while animating

Example speed we can get with sync text requests: PR results ``` oha -n 100000 http://localhost:5000/sync Summary: Success rate: 1.0000 Total: 3.0909 secs Slowest: 0.0104 secs Fastest: 0.0001 secs Average:...

> Also, I think if we use the `CatchAll` method as mentioned in the PyO3 docs we can remove the need to wrap the text responses in the text function....

@sansyrox I updated the comment with results from master. Interestingly this is even with the new one doing extra work as it is doing more checks in the flow

I've been playing with a few unsafer options which give crazy results as below: Pushing 40k results per second ``` oha -n 100000 http://localhost:5000/static Summary: Success rate: 1.0000 Total: 2.4989...

> > @sansyrox I updated the comment with results from master. Interestingly this is even with the new one doing extra work as it is doing more checks in the...

Here's an example of what my experiment in now pushing: ``` oha -n 100000 http://localhost:5000/static Summary: Success rate: 1.0000 Total: 1.3311 secs Slowest: 0.0129 secs Fastest: 0.0000 secs Average: 0.0007...

Hi yes, sorry I've been a bit busy. But yes I managed to get that to work, but it took a performance penalty. I was just trying to figure a...

It does but we're bottlenecked by the GIL, in testing manually dropping the number of threads actually improves the performance