Skip to content

Instantly share code, notes, and snippets.

View fjod's full-sized avatar
🎯
Focusing

Michael fjod

🎯
Focusing
  • Lithuania
View GitHub Profile
@fjod
fjod / imageConverter.cs
Last active July 6, 2022 10:19
image from memoryStream to base64 with little allocations
using System.Buffers;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
using ConverterTest;
namespace MyBenchmarks
{
public class Program
{
public static void Main(string[] args)