blob: 4b45c4e09e9c0660f149c5ed010fa002a94c91c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## `kstd` Work Package
> This is a **supplementary module**, not a standalone thesis.
> It is meant to be added to a thesis whose main topic is something else on the kernel, not to be a thesis by itself, alone or combined with other kstd packages.
### Description
<!-- 2–4 sentences: what this component is and what it wraps or depends on. -->
### Acceptance criteria
- [ ]
- [ ]
### Conventions checklist
- [ ] File layout follows `kstd/<name>.hpp` / `.cpp` / `.tests.cpp`
- [ ] For containers: allocator-awareness handled per this container's category (node-based / excluded / transitive / intrusive )
- [ ] Complexity guarantees documented in the header
/label ~kstd
|