Henrik Feldt
Henrik Feldt
@forki To check where the hotspots are and whether we can bump the performance of Suave? Here's one interesting article about serialisation by the way; https://rogeralsing.com/2016/08/16/wire-writing-one-of-the-fastest-net-serializers/
3. Ensure Suave uses a write lock on its files, then you can't delete in-use files.
2. You can have a look at my code for the FileTarget in Logary for inspiration of cleaning log files.
The file target is here https://github.com/logary/logary/blob/master/src/Logary/Targets_Core.fs#L816 General guidelines: - functions, functions, functions. If your function is bigger than two lines of code, something's off - compose functions together rather than...
@brianberns I don't think anyone has taken a stab at this; no.
Yes, I know the reason of that - that test has a 1/256 chance of failing, see https://github.com/SuaveIO/suave/blob/master/src/Suave.Tests/Utils.fs#L59 We should really zero out enough for it to be very unlikely...
@danieljsummers Thanks for looking into this! - I think that the DU case isn't really making it less likely that you generate the wrong key; because we can still have...
🎆 🎊
@JohnDoeKyrgyz Nice :) Give me a couple of evenings and I'll do a review of it!
I have seen it, a lot of this is fetched from there. But it depends on FAKE and it only works with fsx files not DLLs.