1. Home
  2. Profile
GitHub
Stack Overflow
Email
Feed
I'm WeZZard
Making Software
Composing Music
Designing UX
© 2025 WeZZard All Copyright Reserved.

Tags > LLVM

A Study of LLVM ADT: ilist, iplist and simple_ilist

Introduction ilist is an intrusive double-linked list -- which means that each linked node stores its data and the node pointers in the same structure. There is no such kind of linked-list implemented containers shipped with the C++ standard library. iplist is a purely intrusive list. Currently…

Jan 15, 2023
  • Programming
  • LLVM
  • ADT
  • C++
1 / 1

Freiheit ist Wille. Handeln ist Fähigkeit. Mut ist der Glaube, der mit der Zeit nicht nachlässt.
Built with Gatsby.js.