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.
Scans intervals for vampire numbers
Convert between BMP565 image and RGB565 pixmap.
Multi-platform library of containers and their associated algorithms. This is very much a work in progress; especially the readme.
An over-engineered Java lib of unconventional data structures built with AI as a coding assistant. Includes a formalized AI workflow: context files, coding standards, and reusable skills written in Markdown, for consistent code generation across sessions, which makes a good example of what can be done in order to work with AI in a more thorough way
PLALLOC - dynamic linear pool allocator (ULL Based)
High-performance implementation of unrolled linked list data structure in C++
Unrolled Linked List in pure Go
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."