Maksim Volkau

Results 82 issues of Maksim Volkau

Similar to https://github.com/drewnoakes/il-visualizer which I am currently using in [FEC](https://github.com/dadhi/FastExpressionCompiler). I believe it will simplify my life and for others who working with building expression trees. Option for cutting of...

Hi, I am pretty new to Scala, though I am following what's happening in Zio for a couple of years now, from the trenches of the .NET stack. There I...

The Branch2 thing at the right with small right leaf but full left leaf: ```mermaid graph TD L5_21030449(`21030449`,`21637`,`21637`/`131778175`,`24995`,`24995`/`221540030`,`53169`,`53169`/`507310657`,`41691`,`41691`/`631038222`,`80976`,`80976`) L5P_364635560>`364635560`,`94562`,`94562`]-->L5_21030449 L5_761574385(`761574385`,`33461`,`33461`/`1049478692`,`15842`,`15842`/`1278461947`,`61688`,`61688`/`1593872025`,`54708`,`54708`/`2037997398`,`34187`,`34187`) L5P_848679699>`848679699`,`7046`,`7046`]-->L5_761574385 L5PP_752405386>`752405386`,`56521`,`56521`]-->L5P_848679699 B2_648516453[`648516453`,`21318`,`21318`]-->L5P_364635560 B2_648516453-->L5PP_752405386 ```

Currently it uses HammingWeight algorithm for calculating number of set bits in a int value: https://bitbucket.org/dadhi/dryioc/src/e788ffce78b727b35fda5355a2297d40f0e7731b/Net45/Playground/HashArrayMappedTrieTests.cs#lines-190 Here is the thing Aye, that's there `System.Runtime.Intrinsics.X86.PopCount(uint/ulong)` First step will to BDN benchmark...

help wanted
experiment

enhancement
help wanted

Example (from https://github.com/Yeah69/DryIoc.Playground/blob/main/DryIoc.Playground/Case3.cs): ```cs namespace DryIoc.Playground; public static class Case3 { public static void Do() { var container = new Container(); container.RegisterInstance(0); container.Register(); container.Register(); container.Register(); var parent = container.Resolve(); Console.WriteLine(parent.Dependency.Value);...

Faster drop-in Ninject replacement keeping the API surface intact on top of the DryIoc implementation. Similar to the DryIoc.Syntax.Autofac.

help wanted
idea
documentation