Commit Graph

12 Commits

Author SHA1 Message Date
bf4dd5670e Refactor unsafe collections and improve memory handling
Some checks failed
Publish NuGet Packages / publish (pull_request) Has been cancelled
Refactored enumerators across multiple unsafe collections to use
`ref` returns for `Current`, improving performance and reducing
memory usage. Enhanced memory management with `AllocationOption`
support and optimized resizing logic for collections like
`UnsafeBitSet`, `UnsafeSlotMap`, and `UnsafeSparseSet`.

Updated `publish-nuget.yaml` to support manual workflow dispatch
and trigger on `push`/`pull_request` events. Incremented project
version to `1.1.2` and ensured NuGet package generation on build.
2025-11-11 21:20:33 +09:00
308c70d0e1 Fix nuget push command
All checks were successful
Publish NuGet Packages / publish (push) Successful in 1m46s
2025-11-04 20:23:24 +09:00
f708116eea Fix package name searching
Some checks failed
Publish NuGet Packages / publish (push) Failing after 1m51s
2025-11-04 20:16:51 +09:00
36b8bd06d5 Update workflow;
Some checks failed
Publish NuGet Packages / publish (push) Failing after 1m41s
2025-11-04 18:32:44 +09:00
5867895e95 Update .gitea/workflows/publish-nuget.yaml
Fix the searching path
2025-11-04 09:16:10 +00:00
8395914cef Fix workflow
Some checks failed
Publish NuGet Packages / publish (push) Failing after 1m36s
2025-11-04 18:08:04 +09:00
fa7f270430 Fixe msbuild issue in workflow
All checks were successful
Publish NuGet Packages / publish (push) Successful in 1m24s
2025-11-04 18:02:39 +09:00
f20734ee76 Fix indentation 2025-11-04 17:57:36 +09:00
fd1ed8793d update gitea workflow; 2025-11-04 17:50:45 +09:00
73a0c6e187 Update workflow 2025-09-11 18:47:33 +09:00
1546c2cabe Updated workflow error 2025-09-11 10:57:18 +09:00
02e173415e Added new giteaaction 2025-09-11 10:54:34 +09:00