Christian Luksch

Results 15 comments of Christian Luksch

To give an update, this is the substitute I have been using since the port to FSharp.Data.Adaptive: ``` public class ChangeableOrderedSet : IList { ChangeableIndexList m_list = new ChangeableIndexList(); HashSet...

As quick fix it might be feasible to either make "rootEntries" lazy or query the "rootEntries" every time in `GetEntries`. In my application, this will then never get called, while...

I've created a new version that delays the enumeration of all drives. This resolves the issue for me since the function then is never run.

That's a curious issue, thank you for bringing it up! Unfortunately, I don't have a lot of knowledge about WASM and only a net8 project around where I cannot reproduce...

I also tried the new dotMemory diagnoser in my latest benchmarking session and also found the current implementation not ideal in a scenario where there is an IterationSetup, which then...