Home > list

list

List is a project mainly written in C, it's free.

Simple, clean doubly linked list (aka reinventing the wheel) (Actually, wrote it to benchmark against xorlist)

Simple and clean doubly linked list

building

$ mkdir build $ cd build $ cmake .. $ make $ ./demo