Allister Beharry
Allister Beharry
Since `Memory` and related types and the System.Memory package is now generally available on all .NET platforms, all jemalloc.NET API types like `FixedBuffer` should utilize these types.
Add documentation for SafeBuffer, HugeBuffer classes, and the Je.* methods and properties of the low-level API.
General design for a benchmark run over an array/buffer should be: 1. Compute the baseline value using builtin .NET operators and methods from System.Math. 2. Compute the value using JEM...
We should catch keyboard Ctrl-S and abort the running benchmark thread(s).
### Describe your changes in brief ### Changes - [ x] Why is this change required? What problem does it solve? The go-ipfs GitHub repo changed its name to [kubo](https://github.com/ipfs/kubo)....
I'm able to compile and use this language server on Windows: ````txt $ npm run build:cli > [email protected] build:cli > tsup src/server.ts -d dist/cli && sh scripts/add_shebang.sh dist/cli/server.js CLI Building...
 Hello, the most recent NuGet package appears to be still referencing the 4.0.0.14 assemblies. There's no public `DLLImports` class available in the latest tesseract.net release on NuGet.
The DirectiveArg parser should reject any characters like \n.
This change to how Visual Studio loads extensions affects audit.net: https://devblogs.microsoft.com/visualstudio/updates-to-synchronous-autoload-of-extensions-in-visual-studio-2019/ The extension needs to be updated to use the new background load method: https://github.com/microsoft/VSSDK-Extensibility-Samples/tree/master/AsyncPackageMigration
Right now client requests are serialized which leads to long wait time for getting results for projects with many dependencies. A parallel implementation of querying the API can make things...