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

https://github.com/iangudger/ilist

Intrusive generic linked list in Go
https://github.com/iangudger/ilist

data-structures go golang linked-list

Last synced: 2 months ago
JSON representation

Intrusive generic linked list in Go

Awesome Lists containing this project

README

          

# Intrusive generic linked list in Go

An intrusive data structure requires elements to embed a part of the data structure. This improves performance by reducing allocations.