Xyncgas
Xyncgas
Change Argon2 class to ref struct, so it takes a ReadOnlySpan of bytes and do whatever computation it needs, so it can accept ReadOnlySpan in contructor, which works with byte...
AsyncSeq.mergeAll is taking list, how about allow it to take an array so it takes what Async.Parallel returns without creating a list Or should it accept seq
I read the sequence that's returned by this function, do I get to read the first element when all elements are finished on mapping, or I can start reading the...
I implemented mapAsyncUnorderedParallel Can someone please help me to add it into the AsyncSeq library we are using
``` AsyncSeq.mapAsyncParallel ``` returns a sequence with order preserved, however we often want to read the first thing that's available and throw away the rest I propose a generic version...
it takes half a minute for me to see my 100kB package loaded, if the server is too busy maybe do it on client side
[Enter feedback here] The example demonstrates how you can write '20' to the position [2,1] but it doesn't match the output in the comment --- #### Document Details ⚠ *Do...
Hi, it's my first talking to you, よろしくお願いいたします。 I watched your video demonstrating what the project can do, I have videos showing what I've been doing too https://user-images.githubusercontent.com/35312807/149654567-86c5c7d3-c958-4e16-a43b-01f6878e0add.mp4 https://ewr1.vultrobjects.com/recording/2022-07-21%2007-54-14.mp4 I...