Skip to content

nickbabcock/HighPerformanceUnsafeCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

High Performance Unsafe C#

First off, the title of the repo may be a misnomer. High performance code and unsafe C# code aren't a correlation (that I've found and demonstate in some instances). Anyways, this repo houses code that tries to find the fastest way to accomplish a task (think microptimizations). This often includes various unsafe methods. The idea is that if I come across another method to accomplish a task, I can just add it to the list and see how it performs compared to others. Also, if I forget the exact details, this will be a convienent reference.

See write up

About

The many different ways to accomplish the same task, often using unsafe constructs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages