Scooletz / RampUp

.NET library providing performant low-alloc algorithms and structures. Use to speed up your app.
Apache License 2.0
91 stars 10 forks source link

Padding #7

Closed Scooletz closed 8 years ago

Scooletz commented 8 years ago

Classes and structs in .NET are not aligned to the CPU caches. Consider introducing a padding mechanism, maybe a Fody plugin that will ensure that no instance share the same cache line