Added UnsafeMultiHashMap

This commit is contained in:
2026-03-08 15:38:00 +09:00
parent 37d548085e
commit 080ad16724
40 changed files with 619 additions and 156 deletions

View File

@@ -0,0 +1,6 @@
namespace Misaki.HighPerformance.LowLevel;
[AttributeUsage(AttributeTargets.Struct)]
public class NonCopyableAttribute : Attribute
{
}