dzmitry-lahoda

Results 322 comments of dzmitry-lahoda

popcnt is with netcoreapp3.0 preview. not with 2.1 or 2.2:) so I suggest to close story as it seems irrelevant for both performance and usage in near future.

I was trying to get the code of intrinsic for some reason. Found that for .NET Core 2.1 there should be kind of `System.Runtime.Intrinsics.Experimental.dll`. But I could not find such.

Found similar code in .NET source ``` public static X TryEnterWriteLock(ref X value, TimeSpan timeout) { // https://github.com/dotnet/corefx/blob/3b24c535852d19274362ad3dbc75e932b7d41766/src/Common/src/CoreLib/System/Threading/ReaderWriterLockSlim.cs#L233 var tracker = new TimeoutTracker(timeout); if (tracker.IsExpired) { throw new TimeoutException("Some other...

I guess throw via Thrower may save some performance of spin. Could check that. Example is https://github.com/jtmueller/Collections.Pooled/issues/8

These people are not afraid of timeout https://github.com/scalaz/scalaz-zio/blob/master/core/shared/src/main/scala/scalaz/zio/Ref.scala#L42. And use function. May be this Ref should to.

Another `Ref` https://github.com/atifaziz/Interlocker/issues

you can do 2 things. 1. compile to wasm-xxx-yyy target with no_std enabled. you will see compilation failures. read the docs about `core` and `alloc` crates and this https://docs.rust-embedded.org/embedonomicon/smallest-no-std.html ....

hm, could it be next: 1. agent provides his public key to dashboard 2. admin host ecrypts secrets for agent using that key (it can be shared key or per...

That all sounds great. I came from next. Git refs (tags/heads(branches)) can be signed via GPG. More, one may have easy schema to sign tag multiple time and then verify....

so i ended with home manager based on devenv https://discourse.nixos.org/t/github-codespace-support/27152/2. . it as close as possible i got operatin in pure nix for languages suppors and having dokcer inndocker frature