Maksim Volkau
Maksim Volkau
May be related to #347, or the cause may be a #345
No, not yet. Yes, you can try!
@dzmitry-lahoda I have added two basic HAMT implementations into the Playground project with some tests. There are two (or more) implementations: `IntHashTrie` and `HashTrie` (for arbitrary keys). The method(s) to...
Thanks for the test. - BDN is needed - I fully agree - For some reason, I was thinking that `PopCount` is available in the .Net Core 2.1. Hmmm... I...
https://thenounproject.com/term/tree/103208
I think we don't even need an unrolled list for the ever-growing structure - just a bucketed list would be fine. It also will save the space and No need...
@jeroenwalter When time permits. Hope that it will be soon. This is the current feature I am working on.
hi @waf, > So the consumer would just get the benefit of the faster compilation and execution, without needing to take on a direct dependency to FastExpressionCompiler, right? No, it...
@waf Explaining the idea of this issue. The conversion may be useful when you have the public API accepting the System Expression, which you want to integrate into much bigger...
@sqeezy Closed because of closing of the related PR, but the work is not completed. The main problem is the good and reliable NuGet installation and setup experience. Currently, it...