some standard containers, safe, nogc
-
Updated
Oct 26, 2021 - D
some standard containers, safe, nogc
An unrolled linked list is a linear data structure that is a variant on the linked list. Instead of just storing 1 element at each node, unrolled linked lists store an entire array at each node.
Normal and Unrolled Linked List implementation, testing, and benchmarking in C11.
A mostly POSIX-compliant utility that scans a given interval for vampire numbers.
Convert between BMP565 image and RGB565 pixmap.
PLALLOC - dynamic linear pool allocator (ULL Based)
Unrolled Linked List in pure Go
Multi-platform library of containers and their associated algorithms. This is very much a work in progress; especially the readme.
Add a description, image, and links to the unrolled-linked-list topic page so that developers can more easily learn about it.
To associate your repository with the unrolled-linked-list topic, visit your repo's landing page and select "manage topics."