linked-list-good-taste
Linked List Removal
An analysis of good coding practices for singly linked list item removal
Linus Torvalds' linked list argument for good taste, explained
2k stars
24 watching
121 forks
Language: C
last commit: 7 months ago
Linked from 1 awesome list
celegantlinked-listpointerstorvalds
Related projects:
Repository | Description | Stars |
---|---|---|
nbulischeck/list.h | Implementations for singly-linked and doubly-linked list functions. | 49 |
tcrouch/edits.cr | A collection of edit distance algorithms and similarity measures for text sequences | 16 |
swirrl/grafter | Tools and functions for working with linked data, allowing developers to process and manipulate RDF data. | 190 |
mkirchner/gc | A conservative, thread-local garbage collector for C. | 1,213 |
ivanseidel/linkedlist | A C++ implementation of a dynamic linked list data structure for use in microcontrollers and general software development | 349 |
mattreecebentley/plf_list | A high-performance alternative to the C++ standard library's list container | 151 |
abvdasker/crystal-linked-list | An implementation of a basic data structure used to efficiently store and manage ordered collections of items | 13 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 109 |
canscale/linkedlist | A library providing stable and mutable singly and doubly linked list implementations in Motoko. | 2 |
hellerve/programming-talks | A curated list of programming talks covering various topics and languages. | 7,237 |
marksands/bettercodable | Improves Codable compatibility by utilizing property wrappers to filter out invalid data and provide default values. | 1,740 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
craigacp/feast | A software toolbox for feature selection algorithms | 69 |
yourtion/learningmasteringalgorithms-c | A comprehensive C programming project covering various algorithms and data structures | 747 |
ekmett/hask | Category theory for Haskell with a strong lens-like flavor. | 161 |