Skip to content

docs: add 9 curated single-header libraries from #274 backlog#328

Open
dashitongzhi wants to merge 1 commit into
r-lyeh:masterfrom
dashitongzhi:docs/add-missing-entries-20260613090832
Open

docs: add 9 curated single-header libraries from #274 backlog#328
dashitongzhi wants to merge 1 commit into
r-lyeh:masterfrom
dashitongzhi:docs/add-missing-entries-20260613090832

Conversation

@dashitongzhi

Copy link
Copy Markdown

Summary

  • Adds 9 main-listing entries to README.md following the existing table format
  • Adds 2 secondary-listing entries (slightly exceed 2-file rule but still relevant)
  • Cleans up the maintainer backlog block — removes added entries, keeps remaining pending

Motivation

Closes part of #274 — picks up several libraries the maintainer has collected but not yet added.

Verification done

Each library was verified before inclusion:

  • Repository exists and is not archived
  • Single-header/two-file structure confirmed via contents/ API
  • License terms match the LICENSE in each repo
  • All category tags match the existing README structure

Files Changed

  • README.md: 24 insertions / 8 deletions

- Add wangyi-fudan/wyhash (hash)               -> hash*
- Add jarikomppa/ipc (IPC)                       -> sys*
- Add joric/joirc (IRC daemon)                   -> net*
- Add ufbx/ufbx (FBX parser)                     -> mesh*
- Add willemt/raft_amalgamation (consensus)      -> misc*
- Add willemt/splay-tree (splay tree)            -> ds*
- Add MarcioPais/SQZ (image compression)        -> image*
- Add abdimoallim/gc (garbage collector)         -> mem*
- Add cuckydev/mem (memory allocator)            -> mem*
- Add bqqbarbhg/bq_websocket                    -> secondary (core 2 files, but full repo has 4)
- Add schellingb/c-data-structures              -> secondary (3 single-header files)

Each entry was verified against the original repository:
single-header/two-file structure, license terms, language and live repo
status were all checked before inclusion. The 9 main-listing entries
match the existing table format; the 2 secondary entries are listed
because they exceed the strict 2-file rule for the main table but are
still relevant to the audience of this list.

The '<!-- todo -->' backlog is updated to remove the entries added in
this commit and to keep the ones still pending (avivbeeri/abc,
stevenlr/Flint, azmr/sweet, 983/df, 983/fft,
andrewwillmott/colour-blind-luts, wangyi-fudan/wyHLL,
willemt/yabtorrent, xtopher-xyz/xrns-player).
Copilot AI review requested due to automatic review settings June 13, 2026 01:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the curated library list in README.md by adding several new single-header / single-source (and appendix) entries from the backlog.

Changes:

  • Added new entries across multiple categories (ds/hash/image/mem/mesh/misc/net/sys).
  • Added two items to the appendix section for non-strict single-header repos.
  • Cleaned up the TODO/backlog list and added a traceability note referencing the added items.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
*mesh* |[Tinyobjloader](https://github.com/syoyo/tinyobjloader) (1 C++, MIT) |Wavefront OBJ file loader
*mesh* |[Tinyply](https://github.com/ddiakopoulos/tinyply) (2 C++, PD) |PLY mesh file loader
*mesh* |[Tk_objfile](https://github.com/joeld42/tk_objfile) (1 C, MIT) |OBJ file loader
*mesh* |[Ufbx](https://github.com/ufbx/ufbx) (2 C, PD) |Single source file FBX (Filmbox) loader, MIT/PD
Comment thread README.md
*hash* |[Hash.c](https://github.com/zzo38/freeheromesh/blob/trunk/hash.c) (2 C, PD) |SHA1/SHA3/MD5 hashes
*hash* |[Lonesha256](https://github.com/BareRose/lonesha256) **(1 C, PD)** |**SHA256 implementation**
*hash* |[PicoSHA2](https://github.com/okdshin/PicoSHA2) (1 C++, MIT) |SHA256 implementation
*hash* |[Wyhash](https://github.com/wangyi-fudan/wyhash) **(1 C, PD)** |**Fastest 64-bit hash function, PRNG and hash map**
Comment thread README.md
Comment on lines +528 to +539
# Added in #283 (docs: add curated single-header libraries from #274 backlog):
# - wangyi-fudan/wyhash -> hash*
# - jarikomppa/ipc -> sys*
# - joric/joirc -> net*
# - ufbx/ufbx -> mesh*
# - willemt/raft_amalgamation -> misc*
# - willemt/splay-tree -> ds*
# - MarcioPais/SQZ -> image*
# - abdimoallim/gc -> mem*
# - cuckydev/mem -> mem*
# - bqqbarbhg/bq_websocket -> secondary (core 2 files, but full repo has 4)
# - schellingb/c-data-structures -> secondary (3 single-header files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants