Skip to content

This project aims to re-build the most powerfull list type in C at ground-0 level, with the most optimized memory management and the most accessible features.

Notifications You must be signed in to change notification settings

Ximaz/list-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List in C

This project aims to re-build the most powerfull list type in C at ground-0 level, with the most optimized memory management and the most accessible features.

Features

Let's talk about the features I want to implement. Each feature can be found at include/list.h. If you scroll down a little bit, you'll see all functions I'm planning on implementing.

Note that, each feature followed by :

  • _itself : will affect the current list,
  • _into : won't affect the current list, and will set the result in output,
  • <nothing>: won't affect the current list and will allocate a new list.

About

This project aims to re-build the most powerfull list type in C at ground-0 level, with the most optimized memory management and the most accessible features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published