Adam Furtenbach
Adam Furtenbach
Switching to a more CPU friendly hash algorithm that is 100x faster than MD5. Both XXH64 and MD5 have quality index of 10 in SMHasher. Also confirmmatch() is run prior...
Created a dotnet 5 project with the nuget reference, the application consumed **70MiB** RSS memory. ```csharp static async Task Main(string[] args) { while (true) { Console.WriteLine(Guid.NewGuid().ToString().Unidecode()); await Task.Delay(TimeSpan.FromSeconds(1)); } }...
OOM Loop
Switched from Ubuntu 24.04 to 24.10, and the dlang plugin in visual studio code started misbehaving. Serve-d saturates CPU with 100% core usage, memory keeps growing until OOM killed and...