https://github.com/hont127/StackList
无GC开销的栈List数据结构 Non GC alloc stack list struct.
https://github.com/hont127/StackList
Last synced: 6 months ago
JSON representation
无GC开销的栈List数据结构 Non GC alloc stack list struct.
- Host: GitHub
- URL: https://github.com/hont127/StackList
- Owner: hont127
- Created: 2018-07-01T02:43:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T02:47:32.000Z (over 7 years ago)
- Last Synced: 2024-11-17T22:36:14.827Z (12 months ago)
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - StackList - commit/hont127/StackList?logoSize=auto) - Stack list (Script Utility)
README
# StackList
No GC Stack list struct.
不会产生GC的栈列表结构,但最多存放16个元素。
