Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hont127/StackList
无GC开销的栈List数据结构 Non GC alloc stack list struct.
https://github.com/hont127/StackList
Last synced: about 2 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T02:47:32.000Z (over 6 years ago)
- Last Synced: 2024-08-03T19:09:52.195Z (5 months ago)
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - StackList - Stack list (Script Utility)
README
# StackList
No GC Stack list struct.不会产生GC的栈列表结构,但最多存放16个元素。
![](https://github.com/hont127/StackList/blob/master/Preview.jpg)