djiangtw/data-structures-in-practice-public resource
A hardware-aware guide to data structures for system software engineers. observed · 2026-08-28
Health v2 · maintenance only
40/100
- Activity 57
- Release rhythm 30
- Longevity 19
Flags: prerelease_only no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 268
- days_rel: 258
- days_push: 259
- n_releases_24m: 1
Adoption not part of the score
1397 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An open-source technical book teaching data structures from a hardware-aware perspective, covering cache behavior, memory hierarchy, and real benchmark data on RISC-V, ARM, and x86. It targets system software engineers working on bootloaders, firmware, drivers, and embedded systems, with bilingual English/Traditional Chinese content.
Use cases
- learn how cache misses affect linked list performance
- understand array-of-structs vs struct-of-arrays for SIMD
- choose between B-trees and hash tables in embedded systems
- learn to benchmark and profile data structures correctly
- study lock-free data structures for concurrent systems
- learn memory allocator design and fragmentation analysis
- find a hardware-aware data structures book for system programmers
When to choose
- you are a system or embedded software engineer optimizing for real hardware
- you want benchmark-driven, cache-aware explanations of data structures
- you work with RISC-V, ARM, or x86 low-level performance
- you prefer a free open-source book with exercises and solutions
When to avoid
- you need a runnable library or codebase rather than a book
- you want an introductory data structures course without hardware focus
- you need a formally reviewed, final published textbook (it is a draft)
Facets
learning-resource · maturity active
benchmarking developer-tools performance embedded-systems tutorials developer-tools cross-platform cpp rust data-structures cache-optimization computer-architecture risc-v system-programming open-source-book hardware-aware technical-book c-programming algorithms
1 source
- readme: https://github.com/djiangtw/data-structures-in-practice-public · fetched 2026-08-28 · d839ba481b65
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| djiangtw/data-structures-in-practice-public | main | 40 |
For agents
markdown · JSON · MCP: product_card(name="djiangtw/data-structures-in-practice-public")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem