LinkedPointerList

Light-weight implementation of LinkedList library, that is now stripped down to bare minimum, making it appropriate for use in memory-critical environments.

Author
Arsen Torbarina
Website
https://github.com/jonnieZG/LinkedPointerList
Category
Data Processing
License
MIT
Library Type
Contributed
Architectures
Any

Instead of working with actual objects, it deals with pointers to them. It has no caching, so it is appropriate for handling shorter lists of up to hundred elements.

Downloads

Filename Release Date File Size
LinkedPointerList-1.0.0.zip 2019-08-01 6.86 KiB