StructureOfArraysGenerator icon indicating copy to clipboard operation
StructureOfArraysGenerator copied to clipboard

Structure of arrays source generator to make CPU Cache and SIMD friendly data structure for high-performance code in .NET and Unity.

Results 3 StructureOfArraysGenerator issues
Sort by recently updated
recently updated
newest added

## tl;dr; Automate suggestion for update GitHub Actions. ## Motivation Important actions are centrally managed on Cysharp/Actions, however few pieces of direct actions usage is managed by own repo. Let's...

as an option ```cs [MultiArray(typeof(Vector3), IndividualArrays = true)] public readonly partial struct Vector3MultiArray { } ``` ```diff [System.Runtime.InteropServices.StructLayout(System.Runtime.InteropServices.LayoutKind.Auto)] partial struct Vector3MultiArray : global::StructureOfArraysGenerator.IMultiArray { - readonly byte[] __value; + readonly...

Bumps [1password/load-secrets-action](https://github.com/1password/load-secrets-action) from 2.0.0 to 3.0.0. Release notes Sourced from 1password/load-secrets-action's releases. v3.0.0 What's Changed 🔴 Breaking change Set export-env input to false by default by @​volodymyrZotov in 1Password/load-secrets-action#114 If...

dependencies
github_actions