Skip to content

iangudger/ilist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages