Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# StackList
No GC Stack list struct.

不会产生GC的栈列表结构,但最多存放16个元素。

![](https://github.com/hont127/StackList/blob/master/Preview.jpg)