Fabian Franz
Fabian Franz
> Even if we do this, there would still be a single global lock on the allocator, so it's unclear how much benefit there will be overall. I think we...
> The apcu_entry() documentation currently states that it provides a global critical section. This guarantee would have to be relaxed (or implemented with a special lock just for that purpose)....
We played around with that exact problem for AsyncTaskFunctions for goose and while it is only tangentially related it is indeed possible to put the lifetime argument for mut arguments...
One more nice thing to have: ``` ddev xhprof get "somefile.xhprof" ddev xhprof put "somefile.xhprof" ``` to easily be able to retrieve a run for sharing via email, slack, ......
@developit ^^ :) (Happy Thanksgiving!)
Some problems with the idea (but it all works out still): - preact-render-to-string does not support async data loading, so I needed to use `sync-fetch` for now - I need...
@psabharwal123 It does not use webpack - webpack makes the prerendering really really slow. Only difference in output files is that I do not inline the CSS (but you could...
@rschristian It is the out of the box comparison time, which is always the first benchmark for users of a framework, e.g. me. If I tell my manager: It will...
@rschristian > That's a bit of a horrifying thing to say, to be honest. You should be prioritizing UX over DX. That's the point of web dev, to provide a...
> Apologies, apparently our preload is behind a flag. Odd. Ahhh - got it. :) Thanks for that. I think as long as routes are known, this can be done...