directory
2.8.3
Repository: https://github.com/gogf/gf.git
Documentation: pkg.go.dev

# Packages

Package garray provides most commonly used array containers which also support concurrent-safe/unsafe switch feature.
Package glist provides most commonly used doubly linked list container which also supports concurrent-safe/unsafe switch feature.
Package gmap provides most commonly used map container which also support concurrent-safe/unsafe switch feature.
Package gpool provides object-reusable concurrent-safe pool.
Package gqueue provides dynamic/static concurrent-safe queue.
Package gring provides a concurrent-safe/unsafe ring(circular lists).
Package gset provides kinds of concurrent-safe/unsafe sets.
Package gtree provides concurrent-safe/unsafe tree containers.
Package gtype provides high performance and concurrent-safe basic variable types.
Package gvar provides an universal variable type, like runtime generics.