Live data from Hacker News

Viewing profile — clibraries

clibraries

HN member
Joined
Tue, Jul 04, 2023, 4:48 AM UTC
HN karma
94
Public activity
9 items

About clibraries

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #38699786

    weird to throw in 3 pet libraries he is advocating for at the end

  3. comment
    Comment #36588745

    > Well, you do support only vector containers Yes. > Your name "array" clashes with the C++ array In C they are called arrays. > And your array is unsafe sized, as last is the only…

  4. comment
  5. comment
    Comment #36586245

    > demonstrate that you can't drive your tooling Apparently few can. How many image libraries came before `stb_image`? KISS is a feature. Also, tooling changes between platforms and…

  6. comment
  7. comment
    Comment #36585990

    I assume you are not familiar with modern C, but I think it's a good opportunity to explain. A single header style allows you to customize the library with the preprocessor before …

  8. comment
    Comment #36585912

    I think our projects are completely different and don't have the same goals. 1. You don't implement the most important algorithms. For example `stable_sort` for arrays. So right th…

  9. story