veritable_lasagna

Language Visit the Repo Read the Docs Year Role

Dependencies

  • C Standard Library

Description

Veritable Lasagna (VL) is a cross-platform data structures and algorithms library. The name comes from a comparison of “structured” code versus “spaghetti” code,
and the implication is that the data structures in this library are implemented in a variety of layers. There are absolutely no typed generic
features provided with this library; pretty much all operations are performed on plain byte sequences. It comes with a test suite to better handle
and catch regressions between changes. A few data structures work like allocators, such as vl_arena and vl_stack, while others work
pretty much how you might expect.