Skip to content

Instantly share code, notes, and snippets.

View KrzysFR's full-sized avatar

Christophe Chevalier KrzysFR

  • SnowBank SAS
  • Lille, France
View GitHub Profile
@bryc
bryc / YamahaFM.md
Last active May 17, 2024 03:45
Collecting info on Yamaha FM soundchips
@benaadams
benaadams / GenericTypeOf.cs
Last active February 21, 2016 15:34
TypeOf Jit Tests
using BenchmarkDotNet;
using BenchmarkDotNet.Tasks;
using System;
using System.Runtime.CompilerServices;
namespace TypeOfBenchmark
{
[BenchmarkTask(platform: BenchmarkPlatform.X64, jitVersion: BenchmarkJitVersion.RyuJit)]
public class GenericTypeOfTests
{