ociaw
ociaw
https://devblogs.microsoft.com/dotnet/welcome-to-csharp-10/ File-scoped namespaces in particular will save precious whitespace. Dependent on whether the desired features will continue to work in .NET Framework 4.8.
Since seeds are able to be reused at any time, they need to be serializable so they can be persisted to the file system, sent across a network, etc.
Investigate ensuring that the built NuGet packages are reproducible.
Pcg32 can likely be easily vectorized for an increase in throughput. It may be desired to keep a non-vectorized implementation available, however, since the vectorized implementation may use more memory...
XorShift and MersenneTwister should be moved to separate packages since they aren't an essential part of RandN. ChaCha contains a significant amount of platform specific code for SIMD support, and...
These types have been introduced in .NET 7 and need implementations.
I noticed that none of the assets or mirrors are cached on statiq.dev, so big things like mermaid.js are being downloaded on every single request, which can take a while...
Rustic keeps dying during my backups to B2, using opendal:b2. As a result, I have to repeatedly re-run rustic to complete the backup. During the backup, sometimes when B2 returns...