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.

About

Intrusive generic linked list in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages